#226B56

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

Shades of Eden #226B56

Tints of Eden #226B56

Color information

#226B56 (or 0x226B56) is unknown color: approx Eden. HEX triplet: 22, 6B and 56. RGB value is (34,107,86). Sum of RGB (Red+Green+Blue) = 34+107+86=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 107 - color contains mainly: green. Hex color #226B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226B56 is #DD94A9. Grayscale: #525252. Windows color (decimal): -14521514 or 5663522. OLE color: 5663522.

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

Color convert

RGB3410786-
CMYK0.6800.200.58
HSL162.74º51.77%27.65%-
HSV(B)162.74º68.22%41.96%-
XYZ7.611.5310.63-
YUV82.78129.8293.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.98%
GREEN value IS 107 (42.19% from 255) = 47.14%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=14.98%
G=47.14%
B=37.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34107860.6800.200.58162.7451.7727.65
Hex226B56440143Aa3341c
Octal42153126104024722436434
Binary1000101101011101011010001000101001110101010001111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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