#156850

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

Shades of Jewel #156850

Tints of Jewel #156850

Color information

#156850 (or 0x156850) is unknown color: approx Jewel. HEX triplet: 15, 68 and 50. RGB value is (21,104,80). Sum of RGB (Red+Green+Blue) = 21+104+80=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #156850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156850 is #EA97AF. Grayscale: #4C4C4C. Windows color (decimal): -15374256 or 5269525. OLE color: 5269525.

HSL color Cylindrical-coordinate representation of color #156850: hue angle of 162.65º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156850 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB2110480-
CMYK0.8000.230.59
HSL162.65º66.4%24.51%-
HSV(B)162.65º79.81%40.78%-
XYZ6.7110.649.29-
YUV76.4513088.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.24%
GREEN value IS 104 (41.02% from 255) = 50.73%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=10.24%
G=50.73%
B=39.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21104800.8000.230.59162.6566.424.51
Hex156850500173Ba34219
Octal251501201200277324310231
Binary1010111010001010000101000001011111101110100011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156850; }

 p { color: rgb(21,104,80); }

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

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

 a { background-color: rgb(21,104,80); }

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

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

 span { border-color: rgb(21,104,80); }

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