#109B52

Color #109B52 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #109B52

Tints of Pigment Green #109B52

Color information

#109B52 (or 0x109B52) is unknown color: approx Pigment Green. HEX triplet: 10, 9B and 52. RGB value is (16,155,82). Sum of RGB (Red+Green+Blue) = 16+155+82=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 155 (60.94% from 255 or 61.26% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 155 - color contains mainly: green. Hex color #109B52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109B52 is #EF64AD. Grayscale: #696969. Windows color (decimal): -15688878 or 5413648. OLE color: 5413648.

HSL color Cylindrical-coordinate representation of color #109B52: hue angle of 148.49º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109B52 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB1615582-
CMYK0.9000.470.39
HSL148.49º81.29%33.53%-
HSV(B)148.49º89.68%60.78%-
XYZ13.4624.1611.94-
YUV105.12114.9564.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 6.32%
GREEN value IS 155 (60.94% from 255) = 61.26%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=6.32%
G=61.26%
B=32.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal16155820.9000.470.39148.4981.2933.53
Hex109B525A02F27945122
Octal202331221320574722412142
Binary1000010011011101001010110100101111100111100101001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109B52; }

 p { color: rgb(16,155,82); }

 H1.HeaderClassName
 {
   color: #109B52;
 }
 .AnyTagClassName
 {
   color: #109B52;
 }
</style>
background-color css

<style>
 a { background-color: #109B52; }

 a { background-color: rgb(16,155,82); }

 div.DivClassName
 {
   background-color: #109B52;
 }
 .BgClassName
 {
   background-color: #109B52;
 }
</style>
border-color css

<style>
 span { border-color: #109B52; }

 span { border-color: rgb(16,155,82); }

 td.TdClassName
 {
   border-color: #109B52;
 }
 .TagClassName
 {
   border-color: #109B52;
 }
</style>