Html Css Color HEX #008749 Salem

📋 copy color: '#008749'

red 0 ◦ green 135 ◦ blue 73

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

Shades of Salem #008749

Tints of Salem #008749

RGB

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

 GREEN value IS 135 (53.13% from 255) = 64.9%

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

R = 0%
G = 64.9%
B = 35.1%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#008749 (or 0x008749) is known color: Salem. HEX triplet: 00, 87 and 49. RGB value is (0,135,73). Sum of RGB (Red+Green+Blue) = 0+135+73=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 135 (53.12% from 255 or 64.90% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 135 - color contains mainly: green. Hex color #008749 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008749 is #FF78B6. Grayscale: #575757. Windows color (decimal): -16742583 or 4818688. OLE color: 4818688.

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

Color convert

RGB 0 135 73 -
CMYK 1 0 0.46 0.47
HSL 152.44º 1% 0.26% -
HSV(B) 152.44º 1% 0.53% -
XYZ 9.87 17.81 9.22 -
YUV 87.57 119.77 65.54 -
System Red Green Blue C M Y K H S L
Decimal 0 135 73 1 0 0.46 0.47 152.44 1 0.26
Hex 0 87 49 64 0 2E 2F 98 64 1A
Octal 0 207 111 144 0 56 57 230 144 32
Binary 0 10000111 1001001 1100100 0 101110 101111 10011000 1100100 11010

Color Harmonies of #008749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008749

Black with #008749

Text Example


Text Example

White with #008749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008749; }

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

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

background-color css

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

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

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

border-color css

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

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

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