#226052

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

Shades of Eden #226052

Tints of Eden #226052

Color information

#226052 (or 0x226052) is unknown color: approx Eden. HEX triplet: 22, 60 and 52. RGB value is (34,96,82). Sum of RGB (Red+Green+Blue) = 34+96+82=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #226052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226052 is #DD9FAD. Grayscale: #4B4B4B. Windows color (decimal): -14524334 or 5398562. OLE color: 5398562.

HSL color Cylindrical-coordinate representation of color #226052: hue angle of 166.45º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #226052 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB349682-
CMYK0.6500.150.62
HSL166.45º47.69%25.49%-
HSV(B)166.45º64.58%37.65%-
XYZ6.379.329.45-
YUV75.87131.4698.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.04%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=16.04%
G=45.28%
B=38.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3496820.6500.150.62166.4547.6925.49
Hex226052410F3Ea63019
Octal42140122101017762466031
Binary100010110000010100101000001011111111101010011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226052; }

 p { color: rgb(34,96,82); }

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

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

 a { background-color: rgb(34,96,82); }

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

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

 span { border-color: rgb(34,96,82); }

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