Html Css Color HEX #008146 Salem

📋 copy color: '#008146'

red 0 ◦ green 129 ◦ blue 70

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

Shades of Salem #008146

Tints of Salem #008146

RGB

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

 GREEN value IS 129 (50.78% from 255) = 64.82%

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

R = 0%
G = 64.82%
B = 35.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#008146 (or 0x008146) is known color: Salem. HEX triplet: 00, 81 and 46. RGB value is (0,129,70). Sum of RGB (Red+Green+Blue) = 0+129+70=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 129 (50.78% from 255 or 64.82% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 129 - color contains mainly: green. Hex color #008146 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008146 is #FF7EB9. Grayscale: #535353. Windows color (decimal): -16744122 or 4620544. OLE color: 4620544.

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

Color convert

RGB 0 129 70 -
CMYK 1 0 0.46 0.49
HSL 152.56º 1% 0.25% -
HSV(B) 152.56º 1% 0.51% -
XYZ 8.96 16.14 8.44 -
YUV 83.7 120.26 68.3 -
System Red Green Blue C M Y K H S L
Decimal 0 129 70 1 0 0.46 0.49 152.56 1 0.25
Hex 0 81 46 64 0 2E 31 99 64 19
Octal 0 201 106 144 0 56 61 231 144 31
Binary 0 10000001 1000110 1100100 0 101110 110001 10011001 1100100 11001

Color Harmonies of #008146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008146

Black with #008146

Text Example


Text Example

White with #008146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008146; }

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

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

background-color css

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

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

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

border-color css

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

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

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