#227057

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

Shades of Eden #227057

Tints of Eden #227057

Color information

#227057 (or 0x227057) is unknown color: approx Eden. HEX triplet: 22, 70 and 57. RGB value is (34,112,87). Sum of RGB (Red+Green+Blue) = 34+112+87=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #227057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227057 is #DD8FA8. Grayscale: #555555. Windows color (decimal): -14520233 or 5730338. OLE color: 5730338.

HSL color Cylindrical-coordinate representation of color #227057: hue angle of 160.77º 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 #227057 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB3411287-
CMYK0.7000.220.56
HSL160.77º53.42%28.63%-
HSV(B)160.77º69.64%43.92%-
XYZ8.1712.6211.02-
YUV85.83128.6691.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.59%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 87 (34.38% from 255) = 37.34%
R=14.59%
G=48.07%
B=37.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34112870.7000.220.56160.7753.4228.63
Hex2270574601638a1351d
Octal42160127106026702416535
Binary1000101110000101011110001100101101110001010000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227057; }

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

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

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

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

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

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

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

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