Html Css Color HEX #008946 Salem

📋 copy color: '#008946'

red 0 ◦ green 137 ◦ blue 70

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

Shades of Salem #008946

Tints of Salem #008946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.82%

R = 0%
G = 66.18%
B = 33.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#008946 (or 0x008946) is known color: Salem. HEX triplet: 00, 89 and 46. RGB value is (0,137,70). Sum of RGB (Red+Green+Blue) = 0+137+70=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 137 (53.91% from 255 or 66.18% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 137 - color contains mainly: green. Hex color #008946 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008946 is #FF76B9. Grayscale: #585858. Windows color (decimal): -16742074 or 4622592. OLE color: 4622592.

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

Color convert

RGB 0 137 70 -
CMYK 1 0 0.49 0.46
HSL 150.66º 1% 0.27% -
HSV(B) 150.66º 1% 0.54% -
XYZ 10.05 18.33 8.8 -
YUV 88.4 117.61 64.95 -
System Red Green Blue C M Y K H S L
Decimal 0 137 70 1 0 0.49 0.46 150.66 1 0.27
Hex 0 89 46 64 0 31 2E 97 64 1B
Octal 0 211 106 144 0 61 56 227 144 33
Binary 0 10001001 1000110 1100100 0 110001 101110 10010111 1100100 11011

Color Harmonies of #008946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008946

Black with #008946

Text Example


Text Example

White with #008946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008946; }

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

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

background-color css

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

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

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

border-color css

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

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

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