#226048

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

Shades of Evening Sea #226048

Tints of Evening Sea #226048

Color information

#226048 (or 0x226048) is unknown color: approx Evening Sea. HEX triplet: 22, 60 and 48. RGB value is (34,96,72). Sum of RGB (Red+Green+Blue) = 34+96+72=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #226048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226048 is #DD9FB7. Grayscale: #4A4A4A. Windows color (decimal): -14524344 or 4743202. OLE color: 4743202.

HSL color Cylindrical-coordinate representation of color #226048: hue angle of 156.77º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #226048 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB349672-
CMYK0.6500.250.62
HSL156.77º47.69%25.49%-
HSV(B)156.77º64.58%37.65%-
XYZ6.019.177.58-
YUV74.73126.4698.95-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.83%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=16.83%
G=47.52%
B=35.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3496720.6500.250.62156.7747.6925.49
Hex226048410193E9d3019
Octal42140110101031762356031
Binary1000101100000100100010000010110011111101001110111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226048; }

 p { color: rgb(34,96,72); }

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

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

 a { background-color: rgb(34,96,72); }

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

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

 span { border-color: rgb(34,96,72); }

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