#156242

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

Shades of Jewel #156242

Tints of Jewel #156242

Color information

#156242 (or 0x156242) is unknown color: approx Jewel. HEX triplet: 15, 62 and 42. RGB value is (21,98,66). Sum of RGB (Red+Green+Blue) = 21+98+66=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #156242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156242 is #EA9DBD. Grayscale: #474747. Windows color (decimal): -15375806 or 4350485. OLE color: 4350485.

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

Color convert

RGB219866-
CMYK0.7900.330.62
HSL155.06º64.71%23.33%-
HSV(B)155.06º78.57%38.43%-
XYZ5.669.296.65-
YUV71.33124.9992.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.35%
GREEN value IS 98 (38.67% from 255) = 52.97%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=11.35%
G=52.97%
B=35.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2198660.7900.330.62155.0664.7123.33
Hex1562424F0213E9b4117
Octal251421021170417623310127
Binary10101110001010000101001111010000111111010011011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156242; }

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

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

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

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

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

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

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

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