Html Css Color HEX #008949 Salem

📋 copy color: '#008949'

red 0 ◦ green 137 ◦ blue 73

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

Shades of Salem #008949

Tints of Salem #008949

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 137 (53.91% from 255) = 65.24%

 BLUE value IS 73 (28.91% from 255) = 34.76%

R = 0%
G = 65.24%
B = 34.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#008949 (or 0x008949) is known color: Salem. HEX triplet: 00, 89 and 49. RGB value is (0,137,73). Sum of RGB (Red+Green+Blue) = 0+137+73=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 137 (53.91% from 255 or 65.24% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 137 - color contains mainly: green. Hex color #008949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008949 is #FF76B6. Grayscale: #585858. Windows color (decimal): -16742071 or 4819200. OLE color: 4819200.

HSL color Cylindrical-coordinate representation of color #008949: hue angle of 151.97º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008949 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 137 73 -
CMYK 1 0 0.47 0.46
HSL 151.97º 1% 0.27% -
HSV(B) 151.97º 1% 0.54% -
XYZ 10.15 18.37 9.31 -
YUV 88.74 119.11 64.7 -
System Red Green Blue C M Y K H S L
Decimal 0 137 73 1 0 0.47 0.46 151.97 1 0.27
Hex 0 89 49 64 0 2F 2E 98 64 1B
Octal 0 211 111 144 0 57 56 230 144 33
Binary 0 10001001 1001001 1100100 0 101111 101110 10011000 1100100 11011

Color Harmonies of #008949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008949

Black with #008949

Text Example


Text Example

White with #008949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008949; }

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

 H1.HeaderClassName
 {
   color: #008949;
 }
 .AnyTagClassName
 {
   color: #008949;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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