#226149

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

Shades of Evening Sea #226149

Tints of Evening Sea #226149

Color information

#226149 (or 0x226149) is unknown color: approx Evening Sea. HEX triplet: 22, 61 and 49. RGB value is (34,97,73). Sum of RGB (Red+Green+Blue) = 34+97+73=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #226149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226149 is #DD9EB6. Grayscale: #4B4B4B. Windows color (decimal): -14524087 or 4808994. OLE color: 4808994.

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

Color convert

RGB349773-
CMYK0.6500.250.62
HSL157.14º48.09%25.69%-
HSV(B)157.14º64.95%38.04%-
XYZ6.149.377.79-
YUV75.43126.6398.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.67%
GREEN value IS 97 (38.28% from 255) = 47.55%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=16.67%
G=47.55%
B=35.78%

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
Decimal3497730.6500.250.62157.1448.0925.69
Hex226149410193E9d301a
Octal42141111101031762356032
Binary1000101100001100100110000010110011111101001110111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226149; }

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

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

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

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

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

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

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

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