#156820

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

Shades of San Felix #156820

Tints of San Felix #156820

Color information

#156820 (or 0x156820) is unknown color: approx San Felix. HEX triplet: 15, 68 and 20. RGB value is (21,104,32). Sum of RGB (Red+Green+Blue) = 21+104+32=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 104 (41.02% from 255 or 66.24% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 104 - color contains mainly: green. Hex color #156820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156820 is #EA97DF. Grayscale: #474747. Windows color (decimal): -15374304 or 2123797. OLE color: 2123797.

HSL color Cylindrical-coordinate representation of color #156820: hue angle of 127.95º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156820 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB2110432-
CMYK0.8000.690.59
HSL127.95º66.4%24.51%-
HSV(B)127.95º79.81%40.78%-
XYZ5.5210.163.04-
YUV70.9710692.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 104 (41.02% from 255) = 66.24%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=13.38%
G=66.24%
B=20.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21104320.8000.690.59127.9566.424.51
Hex156820500453B804219
Octal251504012001057320010231
Binary10101110100010000010100000100010111101110000000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156820; }

 p { color: rgb(21,104,32); }

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

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

 a { background-color: rgb(21,104,32); }

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

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

 span { border-color: rgb(21,104,32); }

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