#156252

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

Shades of Eden #156252

Tints of Eden #156252

Color information

#156252 (or 0x156252) is unknown color: approx Eden. HEX triplet: 15, 62 and 52. RGB value is (21,98,82). Sum of RGB (Red+Green+Blue) = 21+98+82=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #156252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156252 is #EA9DAD. Grayscale: #494949. Windows color (decimal): -15375790 or 5399061. OLE color: 5399061.

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

Color convert

RGB219882-
CMYK0.7900.160.62
HSL167.53º64.71%23.33%-
HSV(B)167.53º78.57%38.43%-
XYZ6.29.59.49-
YUV73.15132.9990.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.45%
GREEN value IS 98 (38.67% from 255) = 48.76%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=10.45%
G=48.76%
B=40.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2198820.7900.160.62167.5364.7123.33
Hex1562524F0103Ea84117
Octal251421221170207625010127
Binary1010111000101010010100111101000011111010101000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156252; }

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

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

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

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

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

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

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

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