#226C5A

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

Shades of Eden #226C5A

Tints of Eden #226C5A

Color information

#226C5A (or 0x226C5A) is unknown color: approx Eden. HEX triplet: 22, 6C and 5A. RGB value is (34,108,90). Sum of RGB (Red+Green+Blue) = 34+108+90=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 108 - color contains mainly: green. Hex color #226C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226C5A is #DD93A5. Grayscale: #535353. Windows color (decimal): -14521254 or 5925922. OLE color: 5925922.

HSL color Cylindrical-coordinate representation of color #226C5A: hue angle of 165.41º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #226C5A is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB3410890-
CMYK0.6900.170.58
HSL165.41º52.11%27.84%-
HSV(B)165.41º68.52%42.35%-
XYZ7.8711.811.54-
YUV83.82131.4892.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.66%
GREEN value IS 108 (42.58% from 255) = 46.55%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=14.66%
G=46.55%
B=38.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34108900.6900.170.58165.4152.1127.84
Hex226C5A450113Aa5341c
Octal42154132105021722456434
Binary1000101101100101101010001010100011110101010010111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226C5A; }

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

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

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

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

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

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

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

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