#226D52

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

Shades of Evening Sea #226D52

Tints of Evening Sea #226D52

Color information

#226D52 (or 0x226D52) is unknown color: approx Evening Sea. HEX triplet: 22, 6D and 52. RGB value is (34,109,82). Sum of RGB (Red+Green+Blue) = 34+109+82=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #226D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226D52 is #DD92AD. Grayscale: #535353. Windows color (decimal): -14521006 or 5401890. OLE color: 5401890.

HSL color Cylindrical-coordinate representation of color #226D52: hue angle of 158.4º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #226D52 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB3410982-
CMYK0.6900.250.57
HSL158.4º52.45%28.04%-
HSV(B)158.4º68.81%42.75%-
XYZ7.6511.899.87-
YUV83.5127.1592.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.11%
GREEN value IS 109 (42.97% from 255) = 48.44%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=15.11%
G=48.44%
B=36.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34109820.6900.250.57158.452.4528.04
Hex226D5245019399e341c
Octal42155122105031712366434
Binary1000101101101101001010001010110011110011001111011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226D52; }

 p { color: rgb(34,109,82); }

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

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

 a { background-color: rgb(34,109,82); }

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

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

 span { border-color: rgb(34,109,82); }

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