Html Css Color HEX #008945 Salem

📋 copy color: '#008945'

red 0 ◦ green 137 ◦ blue 69

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

Shades of Salem #008945

Tints of Salem #008945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.5%

R = 0%
G = 66.5%
B = 33.5%

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

#008945 (or 0x008945) is known color: Salem. HEX triplet: 00, 89 and 45. RGB value is (0,137,69). Sum of RGB (Red+Green+Blue) = 0+137+69=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 137 (53.91% from 255 or 66.50% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 137 - color contains mainly: green. Hex color #008945 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008945 is #FF76BA. Grayscale: #585858. Windows color (decimal): -16742075 or 4557056. OLE color: 4557056.

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

Color convert

RGB 0 137 69 -
CMYK 1 0 0.50 0.46
HSL 150.22º 1% 0.27% -
HSV(B) 150.22º 1% 0.54% -
XYZ 10.02 18.32 8.64 -
YUV 88.29 117.11 65.03 -
System Red Green Blue C M Y K H S L
Decimal 0 137 69 1 0 0.50 0.46 150.22 1 0.27
Hex 0 89 45 64 0 32 2E 96 64 1B
Octal 0 211 105 144 0 62 56 226 144 33
Binary 0 10001001 1000101 1100100 0 110010 101110 10010110 1100100 11011

Color Harmonies of #008945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008945

Black with #008945

Text Example


Text Example

White with #008945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008945; }

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

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

background-color css

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

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

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

border-color css

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

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

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