Html Css Color HEX #008740 Salem

📋 copy color: '#008740'

red 0 ◦ green 135 ◦ blue 64

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

Shades of Salem #008740

Tints of Salem #008740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.16%

R = 0%
G = 67.84%
B = 32.16%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#008740 (or 0x008740) is known color: Salem. HEX triplet: 00, 87 and 40. RGB value is (0,135,64). Sum of RGB (Red+Green+Blue) = 0+135+64=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 135 (53.12% from 255 or 67.84% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 135 - color contains mainly: green. Hex color #008740 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008740 is #FF78BF. Grayscale: #565656. Windows color (decimal): -16742592 or 4228864. OLE color: 4228864.

HSL color Cylindrical-coordinate representation of color #008740: hue angle of 148.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 #008740 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 135 64 -
CMYK 1 0 0.53 0.47
HSL 148.44º 1% 0.26% -
HSV(B) 148.44º 1% 0.53% -
XYZ 9.59 17.7 7.76 -
YUV 86.54 115.27 66.27 -
System Red Green Blue C M Y K H S L
Decimal 0 135 64 1 0 0.53 0.47 148.44 1 0.26
Hex 0 87 40 64 0 35 2F 94 64 1A
Octal 0 207 100 144 0 65 57 224 144 32
Binary 0 10000111 1000000 1100100 0 110101 101111 10010100 1100100 11010

Color Harmonies of #008740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008740

Black with #008740

Text Example


Text Example

White with #008740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008740; }

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

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

background-color css

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

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

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

border-color css

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

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

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