#008247

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

Shades of Salem #008247

Tints of Salem #008247

Color information

#008247 (or 0x008247) is unknown color: approx Salem. HEX triplet: 00, 82 and 47. RGB value is (0,130,71). Sum of RGB (Red+Green+Blue) = 0+130+71=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #008247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008247 is #FF7DB8. Grayscale: #545454. Windows color (decimal): -16743865 or 4686336. OLE color: 4686336.

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

Color convert

RGB013071-
CMYK100.450.49
HSL152.77º100%25.49%-
HSV(B)152.77º100%50.98%-
XYZ9.1216.428.65-
YUV84.4120.4367.8-

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) = 64.68%
BLUE value IS 71 (28.12% from 255) = 35.32%
R=0%
G=64.68%
B=35.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013071100.450.49152.7710025.49
Hex082476402D31996419
Octal02021071440556123114431
Binary01000001010001111100100010110111000110011001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008247; }

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

 H1.HeaderClassName
 {
   color: #008247;
 }
 .AnyTagClassName
 {
   color: #008247;
 }
</style>
background-color css

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

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

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

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

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

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