#225752

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

Shades of Eden #225752

Tints of Eden #225752

Color information

#225752 (or 0x225752) is unknown color: approx Eden. HEX triplet: 22, 57 and 52. RGB value is (34,87,82). Sum of RGB (Red+Green+Blue) = 34+87+82=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 87 - color contains mainly: green. Hex color #225752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225752 is #DDA8AD. Grayscale: #464646. Windows color (decimal): -14526638 or 5396258. OLE color: 5396258.

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

Color convert

RGB348782-
CMYK0.6100.060.66
HSL174.34º43.8%23.73%-
HSV(B)174.34º60.92%34.12%-
XYZ5.597.779.19-
YUV70.58134.44101.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.75%
GREEN value IS 87 (34.38% from 255) = 42.86%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=16.75%
G=42.86%
B=40.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3487820.6100.060.66174.3443.823.73
Hex2257523D0642ae2c18
Octal4212712275061022565430
Binary10001010101111010010111101011010000101010111010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225752; }

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

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

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

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

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

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

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

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