#226B5A

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

Shades of Eden #226B5A

Tints of Eden #226B5A

Color information

#226B5A (or 0x226B5A) is unknown color: approx Eden. HEX triplet: 22, 6B and 5A. RGB value is (34,107,90). Sum of RGB (Red+Green+Blue) = 34+107+90=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #226B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226B5A is #DD94A5. Grayscale: #535353. Windows color (decimal): -14521510 or 5925666. OLE color: 5925666.

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

Color convert

RGB3410790-
CMYK0.6800.160.58
HSL166.03º51.77%27.65%-
HSV(B)166.03º68.22%41.96%-
XYZ7.7611.5911.5-
YUV83.24131.8292.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.72%
GREEN value IS 107 (42.19% from 255) = 46.32%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=14.72%
G=46.32%
B=38.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34107900.6800.160.58166.0351.7727.65
Hex226B5A440103Aa6341c
Octal42153132104020722466434
Binary1000101101011101101010001000100001110101010011011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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