#227949

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

Shades of Salem #227949

Tints of Salem #227949

Color information

#227949 (or 0x227949) is unknown color: approx Salem. HEX triplet: 22, 79 and 49. RGB value is (34,121,73). Sum of RGB (Red+Green+Blue) = 34+121+73=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #227949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227949 is #DD86B6. Grayscale: #595959. Windows color (decimal): -14517943 or 4815138. OLE color: 4815138.

HSL color Cylindrical-coordinate representation of color #227949: hue angle of 146.9º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227949 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB3412173-
CMYK0.7200.400.53
HSL146.9º56.13%30.39%-
HSV(B)146.9º71.9%47.45%-
XYZ8.714.58.64-
YUV89.52118.6888.4-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.91%
GREEN value IS 121 (47.66% from 255) = 53.07%
BLUE value IS 73 (28.91% from 255) = 32.02%
R=14.91%
G=53.07%
B=32.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34121730.7200.400.53146.956.1330.39
Hex227949480283593381e
Octal42171111110050652237036
Binary10001011110011001001100100001010001101011001001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227949; }

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

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

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

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

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

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

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

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