#156418

Color #156418 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #156418

Tints of San Felix #156418

Color information

#156418 (or 0x156418) is unknown color: approx San Felix. HEX triplet: 15, 64 and 18. RGB value is (21,100,24). Sum of RGB (Red+Green+Blue) = 21+100+24=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 100 (39.45% from 255 or 68.97% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 100 - color contains mainly: green. Hex color #156418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156418 is #EA9BE7. Grayscale: #434343. Windows color (decimal): -15375336 or 1598485. OLE color: 1598485.

HSL color Cylindrical-coordinate representation of color #156418: hue angle of 122.28º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156418 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB2110024-
CMYK0.7900.760.61
HSL122.28º65.29%23.73%-
HSV(B)122.28º79%39.22%-
XYZ5.039.342.4-
YUV67.72103.3394.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 100 (39.45% from 255) = 68.97%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=14.48%
G=68.97%
B=16.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal21100240.7900.760.61122.2865.2923.73
Hex1564184F04C3D7a4118
Octal251443011701147517210130
Binary101011100100110001001111010011001111011111010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156418; }

 p { color: rgb(21,100,24); }

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

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

 a { background-color: rgb(21,100,24); }

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

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

 span { border-color: rgb(21,100,24); }

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