#156E22

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

Shades of San Felix #156E22

Tints of San Felix #156E22

Color information

#156E22 (or 0x156E22) is unknown color: approx San Felix. HEX triplet: 15, 6E and 22. RGB value is (21,110,34). Sum of RGB (Red+Green+Blue) = 21+110+34=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 110 (43.36% from 255 or 66.67% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 110 - color contains mainly: green. Hex color #156E22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156E22 is #EA91DD. Grayscale: #4A4A4A. Windows color (decimal): -15372766 or 2256405. OLE color: 2256405.

HSL color Cylindrical-coordinate representation of color #156E22: hue angle of 128.76º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156E22 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.57.

Color convert

RGB2111034-
CMYK0.8100.690.57
HSL128.76º67.94%25.69%-
HSV(B)128.76º80.91%43.14%-
XYZ6.1711.433.39-
YUV74.72105.0189.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.73%
GREEN value IS 110 (43.36% from 255) = 66.67%
BLUE value IS 34 (13.67% from 255) = 20.61%
R=12.73%
G=66.67%
B=20.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21110340.8100.690.57128.7667.9425.69
Hex156E22510453981441a
Octal251564212101057120110432
Binary10101110111010001010100010100010111100110000001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,110,34); }

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

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

 a { background-color: rgb(21,110,34); }

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

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

 span { border-color: rgb(21,110,34); }

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