#156920

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

Shades of San Felix #156920

Tints of San Felix #156920

Color information

#156920 (or 0x156920) is unknown color: approx San Felix. HEX triplet: 15, 69 and 20. RGB value is (21,105,32). Sum of RGB (Red+Green+Blue) = 21+105+32=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 105 (41.41% from 255 or 66.46% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 105 - color contains mainly: green. Hex color #156920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156920 is #EA96DF. Grayscale: #474747. Windows color (decimal): -15374048 or 2124053. OLE color: 2124053.

HSL color Cylindrical-coordinate representation of color #156920: hue angle of 127.86º degrees, saturation: 0.67, 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 #156920 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB2110532-
CMYK0.8000.700.59
HSL127.86º66.67%24.71%-
HSV(B)127.86º80%41.18%-
XYZ5.6210.373.07-
YUV71.56105.6791.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 105 (41.41% from 255) = 66.46%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=13.29%
G=66.46%
B=20.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21105320.8000.700.59127.8666.6724.71
Hex156920500463B804319
Octal251514012001067320010331
Binary10101110100110000010100000100011011101110000000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156920; }

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

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

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

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

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

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

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

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