#0D8447

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

Shades of Salem #0D8447

Tints of Salem #0D8447

Color information

#0D8447 (or 0x0D8447) is unknown color: approx Salem. HEX triplet: 0D, 84 and 47. RGB value is (13,132,71). Sum of RGB (Red+Green+Blue) = 13+132+71=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 132 (51.95% from 255 or 61.11% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 132 - color contains mainly: green. Hex color #0D8447 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8447 is #F27BB8. Grayscale: #595959. Windows color (decimal): -15891385 or 4686861. OLE color: 4686861.

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

Color convert

RGB1313271-
CMYK0.9000.460.48
HSL149.24º82.07%28.43%-
HSV(B)149.24º90.15%51.76%-
XYZ9.5517.048.75-
YUV89.46117.5873.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.02%
GREEN value IS 132 (51.95% from 255) = 61.11%
BLUE value IS 71 (28.12% from 255) = 32.87%
R=6.02%
G=61.11%
B=32.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13132710.9000.460.48149.2482.0728.43
HexD84475A02E3095521c
Octal152041071320566022512234
Binary11011000010010001111011010010111011000010010101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,132,71); }

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

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

 a { background-color: rgb(13,132,71); }

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

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

 span { border-color: rgb(13,132,71); }

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