Html Css Color HEX #008646 Salem

📋 copy color: '#008646'

red 0 ◦ green 134 ◦ blue 70

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

Shades of Salem #008646

Tints of Salem #008646

RGB

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

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

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

R = 0%
G = 65.69%
B = 34.31%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#008646 (or 0x008646) is known color: Salem. HEX triplet: 00, 86 and 46. RGB value is (0,134,70). Sum of RGB (Red+Green+Blue) = 0+134+70=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 134 (52.73% from 255 or 65.69% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 134 - color contains mainly: green. Hex color #008646 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008646 is #FF79B9. Grayscale: #565656. Windows color (decimal): -16742842 or 4621824. OLE color: 4621824.

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

Color convert

RGB 0 134 70 -
CMYK 1 0 0.48 0.47
HSL 151.34º 1% 0.26% -
HSV(B) 151.34º 1% 0.53% -
XYZ 9.63 17.49 8.66 -
YUV 86.64 118.61 66.2 -
System Red Green Blue C M Y K H S L
Decimal 0 134 70 1 0 0.48 0.47 151.34 1 0.26
Hex 0 86 46 64 0 30 2F 97 64 1A
Octal 0 206 106 144 0 60 57 227 144 32
Binary 0 10000110 1000110 1100100 0 110000 101111 10010111 1100100 11010

Color Harmonies of #008646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008646

Black with #008646

Text Example


Text Example

White with #008646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008646; }

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

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

background-color css

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

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

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

border-color css

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

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

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