#227061

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

Shades of Eden #227061

Tints of Eden #227061

Color information

#227061 (or 0x227061) is unknown color: approx Eden. HEX triplet: 22, 70 and 61. RGB value is (34,112,97). Sum of RGB (Red+Green+Blue) = 34+112+97=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #227061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227061 is #DD8F9E. Grayscale: #565656. Windows color (decimal): -14520223 or 6385698. OLE color: 6385698.

HSL color Cylindrical-coordinate representation of color #227061: hue angle of 168.46º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #227061 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB3411297-
CMYK0.7000.130.56
HSL168.46º53.42%28.63%-
HSV(B)168.46º69.64%43.92%-
XYZ8.6112.7913.32-
YUV86.97133.6690.22-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.99%
GREEN value IS 112 (44.14% from 255) = 46.09%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=13.99%
G=46.09%
B=39.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34112970.7000.130.56168.4653.4228.63
Hex227061460D38a8351d
Octal42160141106015702506535
Binary100010111000011000011000110011011110001010100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227061; }

 p { color: rgb(34,112,97); }

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

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

 a { background-color: rgb(34,112,97); }

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

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

 span { border-color: rgb(34,112,97); }

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