#109548

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

Shades of Pigment Green #109548

Tints of Pigment Green #109548

Color information

#109548 (or 0x109548) is unknown color: approx Pigment Green. HEX triplet: 10, 95 and 48. RGB value is (16,149,72). Sum of RGB (Red+Green+Blue) = 16+149+72=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 149 (58.59% from 255 or 62.87% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 149 - color contains mainly: green. Hex color #109548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109548 is #EF6AB7. Grayscale: #646464. Windows color (decimal): -15690424 or 4756752. OLE color: 4756752.

HSL color Cylindrical-coordinate representation of color #109548: hue angle of 145.26º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109548 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1614972-
CMYK0.8900.520.42
HSL145.26º80.61%32.35%-
HSV(B)145.26º89.26%58.43%-
XYZ12.1322.079.75-
YUV100.46111.9467.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.75%
GREEN value IS 149 (58.59% from 255) = 62.87%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=6.75%
G=62.87%
B=30.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16149720.8900.520.42145.2680.6132.35
Hex109548590342A915120
Octal202251101310645222112140
Binary1000010010101100100010110010110100101010100100011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109548; }

 p { color: rgb(16,149,72); }

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

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

 a { background-color: rgb(16,149,72); }

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

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

 span { border-color: rgb(16,149,72); }

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