#156C4A

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

Shades of Jewel #156C4A

Tints of Jewel #156C4A

Color information

#156C4A (or 0x156C4A) is unknown color: approx Jewel. HEX triplet: 15, 6C and 4A. RGB value is (21,108,74). Sum of RGB (Red+Green+Blue) = 21+108+74=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 108 (42.58% from 255 or 53.20% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 108 - color contains mainly: green. Hex color #156C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156C4A is #EA93B5. Grayscale: #4E4E4E. Windows color (decimal): -15373238 or 4877333. OLE color: 4877333.

HSL color Cylindrical-coordinate representation of color #156C4A: hue angle of 156.55º 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 #156C4A is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB2110874-
CMYK0.8100.310.58
HSL156.55º67.44%25.29%-
HSV(B)156.55º80.56%42.35%-
XYZ6.9111.388.31-
YUV78.11125.6887.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 108 (42.58% from 255) = 53.20%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=10.34%
G=53.20%
B=36.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21108740.8100.310.58156.5567.4425.29
Hex156C4A5101F3A9d4319
Octal251541121210377223510331
Binary1010111011001001010101000101111111101010011101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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