#156C42

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

Shades of Jewel #156C42

Tints of Jewel #156C42

Color information

#156C42 (or 0x156C42) is unknown color: approx Jewel. HEX triplet: 15, 6C and 42. RGB value is (21,108,66). Sum of RGB (Red+Green+Blue) = 21+108+66=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 108 (42.58% from 255 or 55.38% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 108 - color contains mainly: green. Hex color #156C42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156C42 is #EA93BD. Grayscale: #4D4D4D. Windows color (decimal): -15373246 or 4353045. OLE color: 4353045.

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

Color convert

RGB2110866-
CMYK0.8100.390.58
HSL151.03º67.44%25.29%-
HSV(B)151.03º80.56%42.35%-
XYZ6.6611.286.98-
YUV77.2121.6887.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.77%
GREEN value IS 108 (42.58% from 255) = 55.38%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=10.77%
G=55.38%
B=33.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21108660.8100.390.58151.0367.4425.29
Hex156C42510273A974319
Octal251541021210477222710331
Binary10101110110010000101010001010011111101010010111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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