#156A42

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

Shades of Jewel #156A42

Tints of Jewel #156A42

Color information

#156A42 (or 0x156A42) is unknown color: approx Jewel. HEX triplet: 15, 6A and 42. RGB value is (21,106,66). Sum of RGB (Red+Green+Blue) = 21+106+66=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 106 (41.80% from 255 or 54.92% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 106 - color contains mainly: green. Hex color #156A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156A42 is #EA95BD. Grayscale: #4C4C4C. Windows color (decimal): -15373758 or 4352533. OLE color: 4352533.

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

Color convert

RGB2110666-
CMYK0.8000.380.58
HSL151.76º66.93%24.9%-
HSV(B)151.76º80.19%41.57%-
XYZ6.4510.866.91-
YUV76.02122.3488.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.88%
GREEN value IS 106 (41.80% from 255) = 54.92%
BLUE value IS 66 (26.17% from 255) = 34.20%
R=10.88%
G=54.92%
B=34.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21106660.8000.380.58151.7666.9324.9
Hex156A42500263A984319
Octal251521021200467223010331
Binary10101110101010000101010000010011011101010011000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,106,66); }

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

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

 a { background-color: rgb(21,106,66); }

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

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

 span { border-color: rgb(21,106,66); }

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