#008449

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

Shades of Salem #008449

Tints of Salem #008449

Color information

#008449 (or 0x008449) is unknown color: approx Salem. HEX triplet: 00, 84 and 49. RGB value is (0,132,73). Sum of RGB (Red+Green+Blue) = 0+132+73=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 132 (51.95% from 255 or 64.39% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 132 - color contains mainly: green. Hex color #008449 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008449 is #FF7BB6. Grayscale: #555555. Windows color (decimal): -16743351 or 4817920. OLE color: 4817920.

HSL color Cylindrical-coordinate representation of color #008449: hue angle of 153.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008449 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB013273-
CMYK100.450.48
HSL153.18º100%25.88%-
HSV(B)153.18º100%51.76%-
XYZ9.4516.989.08-
YUV85.81120.7766.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 132 (51.95% from 255) = 64.39%
BLUE value IS 73 (28.91% from 255) = 35.61%
R=0%
G=64.39%
B=35.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013273100.450.48153.1810025.88
Hex084496402D3099641a
Octal02041111440556023114432
Binary01000010010010011100100010110111000010011001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008449; }

 p { color: rgb(0,132,73); }

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

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

 a { background-color: rgb(0,132,73); }

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

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

 span { border-color: rgb(0,132,73); }

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