#226E5B

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

Shades of Eden #226E5B

Tints of Eden #226E5B

Color information

#226E5B (or 0x226E5B) is unknown color: approx Eden. HEX triplet: 22, 6E and 5B. RGB value is (34,110,91). Sum of RGB (Red+Green+Blue) = 34+110+91=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 110 - color contains mainly: green. Hex color #226E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226E5B is #DD91A4. Grayscale: #555555. Windows color (decimal): -14520741 or 5991970. OLE color: 5991970.

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

Color convert

RGB3411091-
CMYK0.6900.170.57
HSL165º52.78%28.24%-
HSV(B)165º69.09%43.14%-
XYZ8.1212.2511.83-
YUV85.11131.3291.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.47%
GREEN value IS 110 (43.36% from 255) = 46.81%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=14.47%
G=46.81%
B=38.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34110910.6900.170.5716552.7828.24
Hex226E5B4501139a5351c
Octal42156133105021712456534
Binary1000101101110101101110001010100011110011010010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,110,91); }

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

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

 a { background-color: rgb(34,110,91); }

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

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

 span { border-color: rgb(34,110,91); }

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