#008246

Color #008246 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #008246

Tints of Salem #008246

Color information

#008246 (or 0x008246) is unknown color: approx 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

RGB013070-
CMYK100.460.49
HSL152.31º100%25.49%-
HSV(B)152.31º100%50.98%-
XYZ9.0916.418.48-
YUV84.29119.9367.88-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013070100.460.49152.3110025.49
Hex082466402E31986419
Octal02021061440566123014431
Binary01000001010001101100100010111011000110011000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>