Html Css Color HEX #008944 Salem

📋 copy color: '#008944'

red 0 ◦ green 137 ◦ blue 68

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

Shades of Salem #008944

Tints of Salem #008944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.17%

R = 0%
G = 66.83%
B = 33.17%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#008944 (or 0x008944) is known color: Salem. HEX triplet: 00, 89 and 44. RGB value is (0,137,68). Sum of RGB (Red+Green+Blue) = 0+137+68=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 137 (53.91% from 255 or 66.83% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 137 - color contains mainly: green. Hex color #008944 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008944 is #FF76BB. Grayscale: #585858. Windows color (decimal): -16742076 or 4491520. OLE color: 4491520.

HSL color Cylindrical-coordinate representation of color #008944: hue angle of 149.78º 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 #008944 is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 137 68 -
CMYK 1 0 0.50 0.46
HSL 149.78º 1% 0.27% -
HSV(B) 149.78º 1% 0.54% -
XYZ 9.99 18.31 8.48 -
YUV 88.17 116.61 65.11 -
System Red Green Blue C M Y K H S L
Decimal 0 137 68 1 0 0.50 0.46 149.78 1 0.27
Hex 0 89 44 64 0 32 2E 96 64 1B
Octal 0 211 104 144 0 62 56 226 144 33
Binary 0 10001001 1000100 1100100 0 110010 101110 10010110 1100100 11011

Color Harmonies of #008944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008944

Black with #008944

Text Example


Text Example

White with #008944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008944; }

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

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

background-color css

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

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

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

border-color css

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

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

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