#156C45

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

Shades of Jewel #156C45

Tints of Jewel #156C45

Color information

#156C45 (or 0x156C45) is unknown color: approx Jewel. HEX triplet: 15, 6C and 45. RGB value is (21,108,69). Sum of RGB (Red+Green+Blue) = 21+108+69=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 108 (42.58% from 255 or 54.55% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 108 - color contains mainly: green. Hex color #156C45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156C45 is #EA93BA. Grayscale: #4D4D4D. Windows color (decimal): -15373243 or 4549653. OLE color: 4549653.

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

Color convert

RGB2110869-
CMYK0.8100.360.58
HSL153.1º67.44%25.29%-
HSV(B)153.1º80.56%42.35%-
XYZ6.7511.317.46-
YUV77.54123.1887.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.61%
GREEN value IS 108 (42.58% from 255) = 54.55%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=10.61%
G=54.55%
B=34.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21108690.8100.360.58153.167.4425.29
Hex156C45510243A994319
Octal251541051210447223110331
Binary10101110110010001011010001010010011101010011001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,108,69); }

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

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

 a { background-color: rgb(21,108,69); }

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

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

 span { border-color: rgb(21,108,69); }

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