#156948

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

Shades of Jewel #156948

Tints of Jewel #156948

Color information

#156948 (or 0x156948) is unknown color: approx Jewel. HEX triplet: 15, 69 and 48. RGB value is (21,105,72). Sum of RGB (Red+Green+Blue) = 21+105+72=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #156948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156948 is #EA96B7. Grayscale: #4C4C4C. Windows color (decimal): -15374008 or 4745493. OLE color: 4745493.

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

Color convert

RGB2110572-
CMYK0.8000.310.59
HSL156.43º66.67%24.71%-
HSV(B)156.43º80%41.18%-
XYZ6.5310.737.86-
YUV76.12125.6788.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.61%
GREEN value IS 105 (41.41% from 255) = 53.03%
BLUE value IS 72 (28.52% from 255) = 36.36%
R=10.61%
G=53.03%
B=36.36%

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
Decimal21105720.8000.310.59156.4366.6724.71
Hex1569485001F3B9c4319
Octal251511101200377323410331
Binary1010111010011001000101000001111111101110011100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156948; }

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

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

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

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

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

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

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

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