#156352

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

Shades of Eden #156352

Tints of Eden #156352

Color information

#156352 (or 0x156352) is unknown color: approx Eden. HEX triplet: 15, 63 and 52. RGB value is (21,99,82). Sum of RGB (Red+Green+Blue) = 21+99+82=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #156352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156352 is #EA9CAD. Grayscale: #494949. Windows color (decimal): -15375534 or 5399317. OLE color: 5399317.

HSL color Cylindrical-coordinate representation of color #156352: hue angle of 166.92º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156352 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB219982-
CMYK0.7900.170.61
HSL166.92º65%23.53%-
HSV(B)166.92º78.79%38.82%-
XYZ6.299.699.52-
YUV73.74132.6690.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.40%
GREEN value IS 99 (39.06% from 255) = 49.01%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=10.40%
G=49.01%
B=40.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2199820.7900.170.61166.926523.53
Hex1563524F0113Da74118
Octal251431221170217524710130
Binary1010111000111010010100111101000111110110100111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156352; }

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

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

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

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

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

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

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

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