#225852

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

Shades of Eden #225852

Tints of Eden #225852

Color information

#225852 (or 0x225852) is unknown color: approx Eden. HEX triplet: 22, 58 and 52. RGB value is (34,88,82). Sum of RGB (Red+Green+Blue) = 34+88+82=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 88 - color contains mainly: green. Hex color #225852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225852 is #DDA7AD. Grayscale: #474747. Windows color (decimal): -14526382 or 5396514. OLE color: 5396514.

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

Color convert

RGB348882-
CMYK0.6100.070.65
HSL173.33º44.26%23.92%-
HSV(B)173.33º61.36%34.51%-
XYZ5.677.939.21-
YUV71.17134.11101.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.67%
GREEN value IS 88 (34.77% from 255) = 43.14%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=16.67%
G=43.14%
B=40.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3488820.6100.070.65173.3344.2623.92
Hex2258523D0741ad2c18
Octal4213012275071012555430
Binary10001010110001010010111101011110000011010110110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225852; }

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

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

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

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

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

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

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

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