#156B21

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

Shades of San Felix #156B21

Tints of San Felix #156B21

Color information

#156B21 (or 0x156B21) is unknown color: approx San Felix. HEX triplet: 15, 6B and 21. RGB value is (21,107,33). Sum of RGB (Red+Green+Blue) = 21+107+33=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 107 (42.19% from 255 or 66.46% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 107 - color contains mainly: green. Hex color #156B21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156B21 is #EA94DE. Grayscale: #494949. Windows color (decimal): -15373535 or 2190101. OLE color: 2190101.

HSL color Cylindrical-coordinate representation of color #156B21: hue angle of 128.37º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156B21 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB2110733-
CMYK0.8000.690.58
HSL128.37º67.19%25.1%-
HSV(B)128.37º80.37%41.96%-
XYZ5.8410.783.21-
YUV72.85105.5191.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 107 (42.19% from 255) = 66.46%
BLUE value IS 33 (13.28% from 255) = 20.50%
R=13.04%
G=66.46%
B=20.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21107330.8000.690.58128.3767.1925.1
Hex156B21500453A804319
Octal251534112001057220010331
Binary10101110101110000110100000100010111101010000000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156B21; }

 p { color: rgb(21,107,33); }

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

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

 a { background-color: rgb(21,107,33); }

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

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

 span { border-color: rgb(21,107,33); }

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