#156416

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

Shades of San Felix #156416

Tints of San Felix #156416

Color information

#156416 (or 0x156416) is unknown color: approx San Felix. HEX triplet: 15, 64 and 16. RGB value is (21,100,22). Sum of RGB (Red+Green+Blue) = 21+100+22=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 100 (39.45% from 255 or 69.93% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 100 - color contains mainly: green. Hex color #156416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156416 is #EA9BE9. Grayscale: #434343. Windows color (decimal): -15375338 or 1467413. OLE color: 1467413.

HSL color Cylindrical-coordinate representation of color #156416: hue angle of 120.76º 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 #156416 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB2110022-
CMYK0.7900.780.61
HSL120.76º65.29%23.73%-
HSV(B)120.76º79%39.22%-
XYZ5.019.332.3-
YUV67.49102.3394.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.69%
GREEN value IS 100 (39.45% from 255) = 69.93%
BLUE value IS 22 (8.98% from 255) = 15.38%
R=14.69%
G=69.93%
B=15.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal21100220.7900.780.61120.7665.2923.73
Hex1564164F04E3D794118
Octal251442611701167517110130
Binary101011100100101101001111010011101111011111001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156416; }

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

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

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

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

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

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

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

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