#215752

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

Shades of Eden #215752

Tints of Eden #215752

Color information

#215752 (or 0x215752) is unknown color: approx Eden. HEX triplet: 21, 57 and 52. RGB value is (33,87,82). Sum of RGB (Red+Green+Blue) = 33+87+82=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 87 - color contains mainly: green. Hex color #215752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215752 is #DEA8AD. Grayscale: #464646. Windows color (decimal): -14592174 or 5396257. OLE color: 5396257.

HSL color Cylindrical-coordinate representation of color #215752: hue angle of 174.44º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215752 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB338782-
CMYK0.6200.060.66
HSL174.44º45%23.53%-
HSV(B)174.44º62.07%34.12%-
XYZ5.567.759.19-
YUV70.28134.61101.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.34%
GREEN value IS 87 (34.38% from 255) = 43.07%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=16.34%
G=43.07%
B=40.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3387820.6200.060.66174.444523.53
Hex2157523E0642ae2d18
Octal4112712276061022565530
Binary10000110101111010010111110011010000101010111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215752; }

 p { color: rgb(33,87,82); }

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

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

 a { background-color: rgb(33,87,82); }

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

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

 span { border-color: rgb(33,87,82); }

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