#226B5B

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

Shades of Eden #226B5B

Tints of Eden #226B5B

Color information

#226B5B (or 0x226B5B) is unknown color: approx Eden. HEX triplet: 22, 6B and 5B. RGB value is (34,107,91). Sum of RGB (Red+Green+Blue) = 34+107+91=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #226B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226B5B is #DD94A4. Grayscale: #535353. Windows color (decimal): -14521509 or 5991202. OLE color: 5991202.

HSL color Cylindrical-coordinate representation of color #226B5B: hue angle of 166.85º 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 #226B5B is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB3410791-
CMYK0.6800.150.58
HSL166.85º51.77%27.65%-
HSV(B)166.85º68.22%41.96%-
XYZ7.8111.6111.73-
YUV83.35132.3292.8-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.66%
GREEN value IS 107 (42.19% from 255) = 46.12%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=14.66%
G=46.12%
B=39.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34107910.6800.150.58166.8551.7727.65
Hex226B5B440F3Aa7341c
Octal42153133104017722476434
Binary100010110101110110111000100011111110101010011111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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