#225E4E

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

Shades of Evening Sea #225E4E

Tints of Evening Sea #225E4E

Color information

#225E4E (or 0x225E4E) is unknown color: approx Evening Sea. HEX triplet: 22, 5E and 4E. RGB value is (34,94,78). Sum of RGB (Red+Green+Blue) = 34+94+78=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 94 - color contains mainly: green. Hex color #225E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225E4E is #DDA1B1. Grayscale: #4A4A4A. Windows color (decimal): -14524850 or 5135906. OLE color: 5135906.

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

Color convert

RGB349478-
CMYK0.6400.170.63
HSL164º46.88%25.1%-
HSV(B)164º63.83%36.86%-
XYZ6.048.98.61-
YUV74.24130.1299.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.50%
GREEN value IS 94 (37.11% from 255) = 45.63%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=16.50%
G=45.63%
B=37.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3494780.6400.170.6316446.8825.1
Hex225E4E400113Fa42f19
Octal42136116100021772445731
Binary1000101011110100111010000000100011111111010010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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