#156248

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

Shades of Jewel #156248

Tints of Jewel #156248

Color information

#156248 (or 0x156248) is unknown color: approx Jewel. HEX triplet: 15, 62 and 48. RGB value is (21,98,72). Sum of RGB (Red+Green+Blue) = 21+98+72=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #156248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156248 is #EA9DB7. Grayscale: #484848. Windows color (decimal): -15375800 or 4743701. OLE color: 4743701.

HSL color Cylindrical-coordinate representation of color #156248: hue angle of 159.74º 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 #156248 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB219872-
CMYK0.7900.270.62
HSL159.74º64.71%23.33%-
HSV(B)159.74º78.57%38.43%-
XYZ5.859.367.63-
YUV72.01127.9991.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.99%
GREEN value IS 98 (38.67% from 255) = 51.31%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=10.99%
G=51.31%
B=37.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2198720.7900.270.62159.7464.7123.33
Hex1562484F01B3Ea04117
Octal251421101170337624010127
Binary1010111000101001000100111101101111111010100000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156248; }

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

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

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

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

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

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

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

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