#22705A

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

Shades of Eden #22705A

Tints of Eden #22705A

Color information

#22705A (or 0x22705A) is unknown color: approx Eden. HEX triplet: 22, 70 and 5A. RGB value is (34,112,90). Sum of RGB (Red+Green+Blue) = 34+112+90=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #22705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22705A is #DD8FA5. Grayscale: #565656. Windows color (decimal): -14520230 or 5926946. OLE color: 5926946.

HSL color Cylindrical-coordinate representation of color #22705A: hue angle of 163.08º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #22705A is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB3411290-
CMYK0.7000.200.56
HSL163.08º53.42%28.63%-
HSV(B)163.08º69.64%43.92%-
XYZ8.312.6711.68-
YUV86.17130.1690.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.41%
GREEN value IS 112 (44.14% from 255) = 47.46%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=14.41%
G=47.46%
B=38.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34112900.7000.200.56163.0853.4228.63
Hex22705A4601438a3351d
Octal42160132106024702436535
Binary1000101110000101101010001100101001110001010001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22705A; }

 p { color: rgb(34,112,90); }

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

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

 a { background-color: rgb(34,112,90); }

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

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

 span { border-color: rgb(34,112,90); }

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