Html Css Color HEX #008642 Salem

📋 copy color: '#008642'

red 0 ◦ green 134 ◦ blue 66

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

Shades of Salem #008642

Tints of Salem #008642

RGB

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

 GREEN value IS 134 (52.73% from 255) = 67%

 BLUE value IS 66 (26.17% from 255) = 33%

R = 0%
G = 67%
B = 33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#008642 (or 0x008642) is known color: Salem. HEX triplet: 00, 86 and 42. RGB value is (0,134,66). Sum of RGB (Red+Green+Blue) = 0+134+66=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 134 (52.73% from 255 or 67% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 134 - color contains mainly: green. Hex color #008642 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008642 is #FF79BD. Grayscale: #565656. Windows color (decimal): -16742846 or 4359680. OLE color: 4359680.

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

Color convert

RGB 0 134 66 -
CMYK 1 0 0.51 0.47
HSL 149.55º 1% 0.26% -
HSV(B) 149.55º 1% 0.53% -
XYZ 9.51 17.44 8.02 -
YUV 86.18 116.61 66.53 -
System Red Green Blue C M Y K H S L
Decimal 0 134 66 1 0 0.51 0.47 149.55 1 0.26
Hex 0 86 42 64 0 33 2F 96 64 1A
Octal 0 206 102 144 0 63 57 226 144 32
Binary 0 10000110 1000010 1100100 0 110011 101111 10010110 1100100 11010

Color Harmonies of #008642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008642

Black with #008642

Text Example


Text Example

White with #008642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008642; }

 p { color: rgb(0,134,66); }

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

background-color css

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

 a { background-color: rgb(0,134,66); }

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

border-color css

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

 span { border-color: rgb(0,134,66); }

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