Html Css Color HEX #008349 Salem

📋 copy color: '#008349'

red 0 ◦ green 131 ◦ blue 73

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

Shades of Salem #008349

Tints of Salem #008349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.78%

R = 0%
G = 64.22%
B = 35.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#008349 (or 0x008349) is known color: Salem. HEX triplet: 00, 83 and 49. RGB value is (0,131,73). Sum of RGB (Red+Green+Blue) = 0+131+73=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 131 (51.56% from 255 or 64.22% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 131 - color contains mainly: green. Hex color #008349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008349 is #FF7CB6. Grayscale: #555555. Windows color (decimal): -16743607 or 4817664. OLE color: 4817664.

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

Color convert

RGB 0 131 73 -
CMYK 1 0 0.44 0.49
HSL 153.44º 1% 0.26% -
HSV(B) 153.44º 1% 0.51% -
XYZ 9.32 16.71 9.04 -
YUV 85.22 121.1 67.22 -
System Red Green Blue C M Y K H S L
Decimal 0 131 73 1 0 0.44 0.49 153.44 1 0.26
Hex 0 83 49 64 0 2C 31 99 64 1A
Octal 0 203 111 144 0 54 61 231 144 32
Binary 0 10000011 1001001 1100100 0 101100 110001 10011001 1100100 11010

Color Harmonies of #008349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008349

Black with #008349

Text Example


Text Example

White with #008349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008349; }

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

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

background-color css

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

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

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

border-color css

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

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

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