#156848

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

Shades of Jewel #156848

Tints of Jewel #156848

Color information

#156848 (or 0x156848) is unknown color: approx Jewel. HEX triplet: 15, 68 and 48. RGB value is (21,104,72). Sum of RGB (Red+Green+Blue) = 21+104+72=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #156848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156848 is #EA97B7. Grayscale: #4B4B4B. Windows color (decimal): -15374264 or 4745237. OLE color: 4745237.

HSL color Cylindrical-coordinate representation of color #156848: hue angle of 156.87º 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 #156848 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB2110472-
CMYK0.8000.310.59
HSL156.87º66.4%24.51%-
HSV(B)156.87º79.81%40.78%-
XYZ6.4310.537.82-
YUV75.5412689.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.66%
GREEN value IS 104 (41.02% from 255) = 52.79%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=10.66%
G=52.79%
B=36.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21104720.8000.310.59156.8766.424.51
Hex1568485001F3B9d4219
Octal251501101200377323510231
Binary1010111010001001000101000001111111101110011101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156848; }

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

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

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

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

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

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

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

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