#0D8946

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

Shades of Salem #0D8946

Tints of Salem #0D8946

Color information

#0D8946 (or 0x0D8946) is unknown color: approx Salem. HEX triplet: 0D, 89 and 46. RGB value is (13,137,70). Sum of RGB (Red+Green+Blue) = 13+137+70=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 137 (53.91% from 255 or 62.27% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8946 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8946 is #F276B9. Grayscale: #5C5C5C. Windows color (decimal): -15890106 or 4622605. OLE color: 4622605.

HSL color Cylindrical-coordinate representation of color #0D8946: hue angle of 147.58º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8946 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB1313770-
CMYK0.9100.490.46
HSL147.58º82.67%29.41%-
HSV(B)147.58º90.51%53.73%-
XYZ10.2218.428.81-
YUV92.29115.4271.45-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.91%
GREEN value IS 137 (53.91% from 255) = 62.27%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=5.91%
G=62.27%
B=31.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13137700.9100.490.46147.5882.6729.41
HexD89465B0312E94531d
Octal152111061330615622412335
Binary11011000100110001101011011011000110111010010100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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