#226058

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

Shades of Eden #226058

Tints of Eden #226058

Color information

#226058 (or 0x226058) is unknown color: approx Eden. HEX triplet: 22, 60 and 58. RGB value is (34,96,88). Sum of RGB (Red+Green+Blue) = 34+96+88=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #226058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226058 is #DD9FA7. Grayscale: #4C4C4C. Windows color (decimal): -14524328 or 5791778. OLE color: 5791778.

HSL color Cylindrical-coordinate representation of color #226058: hue angle of 172.26º 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 #226058 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB349688-
CMYK0.6500.080.62
HSL172.26º47.69%25.49%-
HSV(B)172.26º64.58%37.65%-
XYZ6.69.4110.7-
YUV76.55134.4697.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.60%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=15.60%
G=44.04%
B=40.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3496880.6500.080.62172.2647.6925.49
Hex22605841083Eac3019
Octal42140130101010762546031
Binary100010110000010110001000001010001111101010110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226058; }

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

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

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

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

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

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

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

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