#156742

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

Shades of Jewel #156742

Tints of Jewel #156742

Color information

#156742 (or 0x156742) is unknown color: approx Jewel. HEX triplet: 15, 67 and 42. RGB value is (21,103,66). Sum of RGB (Red+Green+Blue) = 21+103+66=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 103 (40.62% from 255 or 54.21% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 103 - color contains mainly: green. Hex color #156742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156742 is #EA98BD. Grayscale: #4A4A4A. Windows color (decimal): -15374526 or 4351765. OLE color: 4351765.

HSL color Cylindrical-coordinate representation of color #156742: hue angle of 152.93º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156742 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB2110366-
CMYK0.8000.360.60
HSL152.93º66.13%24.31%-
HSV(B)152.93º79.61%40.39%-
XYZ6.1410.256.81-
YUV74.26123.3390.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.05%
GREEN value IS 103 (40.62% from 255) = 54.21%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=11.05%
G=54.21%
B=34.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21103660.8000.360.60152.9366.1324.31
Hex156742500243C994218
Octal251471021200447423110230
Binary10101110011110000101010000010010011110010011001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156742; }

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

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

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

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

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

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

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

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