Html Css Color HEX #008449 Salem

📋 copy color: '#008449'

red 0 ◦ green 132 ◦ blue 73

#008449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #008449

Tints of Salem #008449

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 value IS 1

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#008449 (or 0x008449) is known color: 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

RGB 0 132 73 -
CMYK 1 0 0.45 0.48
HSL 153.18º 1% 0.26% -
HSV(B) 153.18º 1% 0.52% -
XYZ 9.45 16.98 9.08 -
YUV 85.81 120.77 66.8 -
System Red Green Blue C M Y K H S L
Decimal 0 132 73 1 0 0.45 0.48 153.18 1 0.26
Hex 0 84 49 64 0 2D 30 99 64 1A
Octal 0 204 111 144 0 55 60 231 144 32
Binary 0 10000100 1001001 1100100 0 101101 110000 10011001 1100100 11010

Color Harmonies of #008449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008449

Black with #008449

Text Example


Text Example

White with #008449

Text Example


Text Example

HTML Codes & Css Web 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>