#156342

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

Shades of Jewel #156342

Tints of Jewel #156342

Color information

#156342 (or 0x156342) is unknown color: approx Jewel. HEX triplet: 15, 63 and 42. RGB value is (21,99,66). Sum of RGB (Red+Green+Blue) = 21+99+66=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #156342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156342 is #EA9CBD. Grayscale: #474747. Windows color (decimal): -15375550 or 4350741. OLE color: 4350741.

HSL color Cylindrical-coordinate representation of color #156342: hue angle of 154.62º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156342 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB219966-
CMYK0.7900.330.61
HSL154.62º65%23.53%-
HSV(B)154.62º78.79%38.82%-
XYZ5.759.486.68-
YUV71.92124.6691.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.29%
GREEN value IS 99 (39.06% from 255) = 53.23%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=11.29%
G=53.23%
B=35.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2199660.7900.330.61154.626523.53
Hex1563424F0213D9b4118
Octal251431021170417523310130
Binary10101110001110000101001111010000111110110011011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156342; }

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

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

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

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

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

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

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

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