#0D8246

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

Shades of Salem #0D8246

Tints of Salem #0D8246

Color information

#0D8246 (or 0x0D8246) is unknown color: approx Salem. HEX triplet: 0D, 82 and 46. RGB value is (13,130,70). Sum of RGB (Red+Green+Blue) = 13+130+70=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #0D8246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8246 is #F27DB9. Grayscale: #585858. Windows color (decimal): -15891898 or 4620813. OLE color: 4620813.

HSL color Cylindrical-coordinate representation of color #0D8246: hue angle of 149.23º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8246 is Cyan = 0.9, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1313070-
CMYK0.900.460.49
HSL149.23º81.82%28.04%-
HSV(B)149.23º90%50.98%-
XYZ9.2516.498.49-
YUV88.18117.7474.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.10%
GREEN value IS 130 (51.17% from 255) = 61.03%
BLUE value IS 70 (27.73% from 255) = 32.86%
R=6.10%
G=61.03%
B=32.86%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13130700.900.460.49149.2381.8228.04
HexD82465A02E3195521c
Octal152021061320566122512234
Binary11011000001010001101011010010111011000110010101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D8246; }

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

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

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

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

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

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

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

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