#0F8546

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

Shades of Salem #0F8546

Tints of Salem #0F8546

Color information

#0F8546 (or 0x0F8546) is unknown color: approx Salem. HEX triplet: 0F, 85 and 46. RGB value is (15,133,70). Sum of RGB (Red+Green+Blue) = 15+133+70=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #0F8546 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8546 is #F07AB9. Grayscale: #5A5A5A. Windows color (decimal): -15760058 or 4621583. OLE color: 4621583.

HSL color Cylindrical-coordinate representation of color #0F8546: hue angle of 147.97º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8546 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1513370-
CMYK0.8900.470.48
HSL147.97º79.73%29.02%-
HSV(B)147.97º88.72%52.16%-
XYZ9.6917.328.63-
YUV90.54116.4174.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.88%
GREEN value IS 133 (52.34% from 255) = 61.01%
BLUE value IS 70 (27.73% from 255) = 32.11%
R=6.88%
G=61.01%
B=32.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal15133700.8900.470.48147.9779.7329.02
HexF85465902F3094501d
Octal172051061310576022412035
Binary11111000010110001101011001010111111000010010100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,133,70); }

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

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

 a { background-color: rgb(15,133,70); }

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

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

 span { border-color: rgb(15,133,70); }

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