Html Css Color HEX #008246 Salem

📋 copy color: '#008246'

red 0 ◦ green 130 ◦ blue 70

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

Shades of Salem #008246

Tints of Salem #008246

RGB

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

 GREEN value IS 130 (51.17% from 255) = 65%

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

R = 0%
G = 65%
B = 35%

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

#008246 (or 0x008246) is known color: Salem. HEX triplet: 00, 82 and 46. RGB value is (0,130,70). Sum of RGB (Red+Green+Blue) = 0+130+70=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #008246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008246 is #FF7DB9. Grayscale: #545454. Windows color (decimal): -16743866 or 4620800. OLE color: 4620800.

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

Color convert

RGB 0 130 70 -
CMYK 1 0 0.46 0.49
HSL 152.31º 1% 0.25% -
HSV(B) 152.31º 1% 0.51% -
XYZ 9.09 16.41 8.48 -
YUV 84.29 119.93 67.88 -
System Red Green Blue C M Y K H S L
Decimal 0 130 70 1 0 0.46 0.49 152.31 1 0.25
Hex 0 82 46 64 0 2E 31 98 64 19
Octal 0 202 106 144 0 56 61 230 144 31
Binary 0 10000010 1000110 1100100 0 101110 110001 10011000 1100100 11001

Color Harmonies of #008246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008246

Black with #008246

Text Example


Text Example

White with #008246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008246; }

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

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

background-color css

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

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

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

border-color css

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

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

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