#225750

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

Shades of Eden #225750

Tints of Eden #225750

Color information

#225750 (or 0x225750) is unknown color: approx Eden. HEX triplet: 22, 57 and 50. RGB value is (34,87,80). Sum of RGB (Red+Green+Blue) = 34+87+80=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 87 - color contains mainly: green. Hex color #225750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225750 is #DDA8AF. Grayscale: #464646. Windows color (decimal): -14526640 or 5265186. OLE color: 5265186.

HSL color Cylindrical-coordinate representation of color #225750: hue angle of 172.08º 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 #225750 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB348780-
CMYK0.6100.080.66
HSL172.08º43.8%23.73%-
HSV(B)172.08º60.92%34.12%-
XYZ5.527.748.79-
YUV70.36133.44102.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.92%
GREEN value IS 87 (34.38% from 255) = 43.28%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=16.92%
G=43.28%
B=39.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3487800.6100.080.66172.0843.823.73
Hex2257503D0842ac2c18
Octal42127120750101022545430
Binary100010101011110100001111010100010000101010110010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225750; }

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

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

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

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

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

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

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

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