#156D1C

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

Shades of San Felix #156D1C

Tints of San Felix #156D1C

Color information

#156D1C (or 0x156D1C) is unknown color: approx San Felix. HEX triplet: 15, 6D and 1C. RGB value is (21,109,28). Sum of RGB (Red+Green+Blue) = 21+109+28=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 109 (42.97% from 255 or 68.99% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 109 - color contains mainly: green. Hex color #156D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156D1C is #EA92E3. Grayscale: #494949. Windows color (decimal): -15373028 or 1862933. OLE color: 1862933.

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

Color convert

RGB2110928-
CMYK0.8100.740.57
HSL124.77º67.69%25.49%-
HSV(B)124.77º80.73%42.75%-
XYZ5.9911.182.94-
YUV73.45102.3590.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 109 (42.97% from 255) = 68.99%
BLUE value IS 28 (11.33% from 255) = 17.72%
R=13.29%
G=68.99%
B=17.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21109280.8100.740.57124.7767.6925.49
Hex156D1C5104A397d4419
Octal251553412101127117510431
Binary101011101101111001010001010010101110011111101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,109,28); }

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

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

 a { background-color: rgb(21,109,28); }

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

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

 span { border-color: rgb(21,109,28); }

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