#225B4E

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

Shades of Evening Sea #225B4E

Tints of Evening Sea #225B4E

Color information

#225B4E (or 0x225B4E) is unknown color: approx Evening Sea. HEX triplet: 22, 5B and 4E. RGB value is (34,91,78). Sum of RGB (Red+Green+Blue) = 34+91+78=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 91 - color contains mainly: green. Hex color #225B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225B4E is #DDA4B1. Grayscale: #484848. Windows color (decimal): -14525618 or 5135138. OLE color: 5135138.

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

Color convert

RGB349178-
CMYK0.6300.140.64
HSL166.32º45.6%24.51%-
HSV(B)166.32º62.64%35.69%-
XYZ5.788.378.52-
YUV72.47131.12100.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.75%
GREEN value IS 91 (35.94% from 255) = 44.83%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=16.75%
G=44.83%
B=38.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3491780.6300.140.64166.3245.624.51
Hex225B4E3F0E40a62e19
Octal42133116770161002465631
Binary100010101101110011101111110111010000001010011010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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