#226449

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

Shades of Evening Sea #226449

Tints of Evening Sea #226449

Color information

#226449 (or 0x226449) is unknown color: approx Evening Sea. HEX triplet: 22, 64 and 49. RGB value is (34,100,73). Sum of RGB (Red+Green+Blue) = 34+100+73=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 100 (39.45% from 255 or 48.31% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 100 - color contains mainly: green. Hex color #226449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226449 is #DD9BB6. Grayscale: #4D4D4D. Windows color (decimal): -14523319 or 4809762. OLE color: 4809762.

HSL color Cylindrical-coordinate representation of color #226449: hue angle of 155.45º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #226449 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB3410073-
CMYK0.6600.270.61
HSL155.45º49.25%26.27%-
HSV(B)155.45º66%39.22%-
XYZ6.429.947.88-
YUV77.19125.6397.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.43%
GREEN value IS 100 (39.45% from 255) = 48.31%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=16.43%
G=48.31%
B=35.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal34100730.6600.270.61155.4549.2526.27
Hex2264494201B3D9b311a
Octal42144111102033752336132
Binary1000101100100100100110000100110111111011001101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226449; }

 p { color: rgb(34,100,73); }

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

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

 a { background-color: rgb(34,100,73); }

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

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

 span { border-color: rgb(34,100,73); }

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