#156D4B

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

Shades of Jewel #156D4B

Tints of Jewel #156D4B

Color information

#156D4B (or 0x156D4B) is unknown color: approx Jewel. HEX triplet: 15, 6D and 4B. RGB value is (21,109,75). Sum of RGB (Red+Green+Blue) = 21+109+75=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 109 (42.97% from 255 or 53.17% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 109 - color contains mainly: green. Hex color #156D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156D4B is #EA92B4. Grayscale: #4E4E4E. Windows color (decimal): -15372981 or 4943125. OLE color: 4943125.

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

Color convert

RGB2110975-
CMYK0.8100.310.57
HSL156.82º67.69%25.49%-
HSV(B)156.82º80.73%42.75%-
XYZ7.0511.68.53-
YUV78.81125.8586.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.24%
GREEN value IS 109 (42.97% from 255) = 53.17%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=10.24%
G=53.17%
B=36.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21109750.8100.310.57156.8267.6925.49
Hex156D4B5101F399d4419
Octal251551131210377123510431
Binary1010111011011001011101000101111111100110011101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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