#226258

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

Shades of Eden #226258

Tints of Eden #226258

Color information

#226258 (or 0x226258) is unknown color: approx Eden. HEX triplet: 22, 62 and 58. RGB value is (34,98,88). Sum of RGB (Red+Green+Blue) = 34+98+88=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #226258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226258 is #DD9DA7. Grayscale: #4D4D4D. Windows color (decimal): -14523816 or 5792290. OLE color: 5792290.

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

Color convert

RGB349888-
CMYK0.6500.100.62
HSL170.62º48.48%25.88%-
HSV(B)170.62º65.31%38.43%-
XYZ6.799.7810.76-
YUV77.72133.896.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.45%
GREEN value IS 98 (38.67% from 255) = 44.55%
BLUE value IS 88 (34.77% from 255) = 40%
R=15.45%
G=44.55%
B=40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3498880.6500.100.62170.6248.4825.88
Hex226258410A3Eab301a
Octal42142130101012762536032
Binary100010110001010110001000001010101111101010101111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226258; }

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

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

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

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

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

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

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

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