#22605A

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

Shades of Eden #22605A

Tints of Eden #22605A

Color information

#22605A (or 0x22605A) is unknown color: approx Eden. HEX triplet: 22, 60 and 5A. RGB value is (34,96,90). Sum of RGB (Red+Green+Blue) = 34+96+90=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #22605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22605A is #DD9FA5. Grayscale: #4C4C4C. Windows color (decimal): -14524326 or 5922850. OLE color: 5922850.

HSL color Cylindrical-coordinate representation of color #22605A: hue angle of 174.19º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #22605A is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB349690-
CMYK0.6500.060.62
HSL174.19º47.69%25.49%-
HSV(B)174.19º64.58%37.65%-
XYZ6.699.4411.14-
YUV76.78135.4697.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.45%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=15.45%
G=43.64%
B=40.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3496900.6500.060.62174.1947.6925.49
Hex22605A41063Eae3019
Octal4214013210106762566031
Binary10001011000001011010100000101101111101010111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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