#225A4E

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

Shades of Evening Sea #225A4E

Tints of Evening Sea #225A4E

Color information

#225A4E (or 0x225A4E) is unknown color: approx Evening Sea. HEX triplet: 22, 5A and 4E. RGB value is (34,90,78). Sum of RGB (Red+Green+Blue) = 34+90+78=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #225A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225A4E is #DDA5B1. Grayscale: #474747. Windows color (decimal): -14525874 or 5134882. OLE color: 5134882.

HSL color Cylindrical-coordinate representation of color #225A4E: hue angle of 167.14º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #225A4E is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB349078-
CMYK0.6200.130.65
HSL167.14º45.16%24.31%-
HSV(B)167.14º62.22%35.29%-
XYZ5.698.28.49-
YUV71.89131.45100.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.83%
GREEN value IS 90 (35.55% from 255) = 44.55%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=16.83%
G=44.55%
B=38.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3490780.6200.130.65167.1445.1624.31
Hex225A4E3E0D41a72d18
Octal42132116760151012475530
Binary100010101101010011101111100110110000011010011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,90,78); }

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

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

 a { background-color: rgb(34,90,78); }

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

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

 span { border-color: rgb(34,90,78); }

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