#226950

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

Shades of Evening Sea #226950

Tints of Evening Sea #226950

Color information

#226950 (or 0x226950) is unknown color: approx Evening Sea. HEX triplet: 22, 69 and 50. RGB value is (34,105,80). Sum of RGB (Red+Green+Blue) = 34+105+80=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #226950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226950 is #DD96AF. Grayscale: #505050. Windows color (decimal): -14522032 or 5269794. OLE color: 5269794.

HSL color Cylindrical-coordinate representation of color #226950: hue angle of 158.87º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #226950 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB3410580-
CMYK0.6800.240.59
HSL158.87º51.08%27.25%-
HSV(B)158.87º67.62%41.18%-
XYZ7.1611.029.34-
YUV80.92127.4894.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.53%
GREEN value IS 105 (41.41% from 255) = 47.95%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=15.53%
G=47.95%
B=36.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34105800.6800.240.59158.8751.0827.25
Hex226950440183B9f331b
Octal42151120104030732376333
Binary1000101101001101000010001000110001110111001111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226950; }

 p { color: rgb(34,105,80); }

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

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

 a { background-color: rgb(34,105,80); }

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

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

 span { border-color: rgb(34,105,80); }

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