#225845

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

Shades of Evening Sea #225845

Tints of Evening Sea #225845

Color information

#225845 (or 0x225845) is unknown color: approx Evening Sea. HEX triplet: 22, 58 and 45. RGB value is (34,88,69). Sum of RGB (Red+Green+Blue) = 34+88+69=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #225845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225845 is #DDA7BA. Grayscale: #454545. Windows color (decimal): -14526395 or 4544546. OLE color: 4544546.

HSL color Cylindrical-coordinate representation of color #225845: hue angle of 158.89º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #225845 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB348869-
CMYK0.6100.220.65
HSL158.89º44.26%23.92%-
HSV(B)158.89º61.36%34.51%-
XYZ5.227.756.85-
YUV69.69127.61102.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.80%
GREEN value IS 88 (34.77% from 255) = 46.07%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=17.80%
G=46.07%
B=36.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3488690.6100.220.65158.8944.2623.92
Hex2258453D016419f2c18
Octal42130105750261012375430
Binary1000101011000100010111110101011010000011001111110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225845; }

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

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

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

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

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

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

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

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