#225B49

Color #225B49 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #225B49

Tints of Evening Sea #225B49

Color information

#225B49 (or 0x225B49) is unknown color: approx Evening Sea. HEX triplet: 22, 5B and 49. RGB value is (34,91,73). Sum of RGB (Red+Green+Blue) = 34+91+73=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 91 - color contains mainly: green. Hex color #225B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225B49 is #DDA4B6. Grayscale: #474747. Windows color (decimal): -14525623 or 4807458. OLE color: 4807458.

HSL color Cylindrical-coordinate representation of color #225B49: hue angle of 161.05º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225B49 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB349173-
CMYK0.6300.200.64
HSL161.05º45.6%24.51%-
HSV(B)161.05º62.64%35.69%-
XYZ5.68.37.61-
YUV71.9128.62100.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.17%
GREEN value IS 91 (35.94% from 255) = 45.96%
BLUE value IS 73 (28.91% from 255) = 36.87%
R=17.17%
G=45.96%
B=36.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3491730.6300.200.64161.0545.624.51
Hex225B493F01440a12e19
Octal42133111770241002415631
Binary1000101011011100100111111101010010000001010000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225B49; }

 p { color: rgb(34,91,73); }

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

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

 a { background-color: rgb(34,91,73); }

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

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

 span { border-color: rgb(34,91,73); }

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