#225F4E

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

Shades of Evening Sea #225F4E

Tints of Evening Sea #225F4E

Color information

#225F4E (or 0x225F4E) is unknown color: approx Evening Sea. HEX triplet: 22, 5F and 4E. RGB value is (34,95,78). Sum of RGB (Red+Green+Blue) = 34+95+78=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 95 - color contains mainly: green. Hex color #225F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F4E is #DDA0B1. Grayscale: #4A4A4A. Windows color (decimal): -14524594 or 5136162. OLE color: 5136162.

HSL color Cylindrical-coordinate representation of color #225F4E: hue angle of 163.28º 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 #225F4E is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB349578-
CMYK0.6400.180.63
HSL163.28º47.29%25.29%-
HSV(B)163.28º64.21%37.25%-
XYZ6.139.078.64-
YUV74.82129.7998.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.43%
GREEN value IS 95 (37.5% from 255) = 45.89%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=16.43%
G=45.89%
B=37.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3495780.6400.180.63163.2847.2925.29
Hex225F4E400123Fa32f19
Octal42137116100022772435731
Binary1000101011111100111010000000100101111111010001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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