Html Css Color HEX #008347 Salem

📋 copy color: '#008347'

red 0 ◦ green 131 ◦ blue 71

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

Shades of Salem #008347

Tints of Salem #008347

RGB

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

 GREEN value IS 131 (51.56% from 255) = 64.85%

 BLUE value IS 71 (28.13% from 255) = 35.15%

R = 0%
G = 64.85%
B = 35.15%

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

#008347 (or 0x008347) is known color: Salem. HEX triplet: 00, 83 and 47. RGB value is (0,131,71). Sum of RGB (Red+Green+Blue) = 0+131+71=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 131 (51.56% from 255 or 64.85% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 131 - color contains mainly: green. Hex color #008347 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008347 is #FF7CB8. Grayscale: #555555. Windows color (decimal): -16743609 or 4686592. OLE color: 4686592.

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

Color convert

RGB 0 131 71 -
CMYK 1 0 0.46 0.49
HSL 152.52º 1% 0.26% -
HSV(B) 152.52º 1% 0.51% -
XYZ 9.25 16.69 8.69 -
YUV 84.99 120.1 67.38 -
System Red Green Blue C M Y K H S L
Decimal 0 131 71 1 0 0.46 0.49 152.52 1 0.26
Hex 0 83 47 64 0 2E 31 99 64 1A
Octal 0 203 107 144 0 56 61 231 144 32
Binary 0 10000011 1000111 1100100 0 101110 110001 10011001 1100100 11010

Color Harmonies of #008347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008347

Black with #008347

Text Example


Text Example

White with #008347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008347; }

 p { color: rgb(0,131,71); }

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

background-color css

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

 a { background-color: rgb(0,131,71); }

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

border-color css

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

 span { border-color: rgb(0,131,71); }

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