#078540

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

Shades of Salem #078540

Tints of Salem #078540

Color information

#078540 (or 0x078540) is unknown color: approx Salem. HEX triplet: 07, 85 and 40. RGB value is (7,133,64). Sum of RGB (Red+Green+Blue) = 7+133+64=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #078540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078540 is #F87ABF. Grayscale: #575757. Windows color (decimal): -16284352 or 4228359. OLE color: 4228359.

HSL color Cylindrical-coordinate representation of color #078540: hue angle of 147.14º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078540 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB713364-
CMYK0.9500.520.48
HSL147.14º90%27.45%-
HSV(B)147.14º94.74%52.16%-
XYZ9.417.197.67-
YUV87.46114.7670.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.43%
GREEN value IS 133 (52.34% from 255) = 65.20%
BLUE value IS 64 (25.39% from 255) = 31.37%
R=3.43%
G=65.20%
B=31.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7133640.9500.520.48147.149027.45
Hex785405F03430935a1b
Octal72051001370646022313233
Binary1111000010110000001011111011010011000010010011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078540; }

 p { color: rgb(7,133,64); }

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

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

 a { background-color: rgb(7,133,64); }

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

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

 span { border-color: rgb(7,133,64); }

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