#008240

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

Shades of Salem #008240

Tints of Salem #008240

Color information

#008240 (or 0x008240) is unknown color: approx Salem. HEX triplet: 00, 82 and 40. RGB value is (0,130,64). Sum of RGB (Red+Green+Blue) = 0+130+64=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #008240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008240 is #FF7DBF. Grayscale: #535353. Windows color (decimal): -16743872 or 4227584. OLE color: 4227584.

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

Color convert

RGB013064-
CMYK100.510.49
HSL149.54º100%25.49%-
HSV(B)149.54º100%50.98%-
XYZ8.9116.347.53-
YUV83.61116.9368.37-

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) = 67.01%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=0%
G=67.01%
B=32.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013064100.510.49149.5410025.49
Hex082406403331966419
Octal02021001440636122614431
Binary01000001010000001100100011001111000110010110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008240; }

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

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

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

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

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

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

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

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