#0F8548

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

Shades of Salem #0F8548

Tints of Salem #0F8548

Color information

#0F8548 (or 0x0F8548) is unknown color: approx Salem. HEX triplet: 0F, 85 and 48. RGB value is (15,133,72). Sum of RGB (Red+Green+Blue) = 15+133+72=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #0F8548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8548 is #F07AB7. Grayscale: #5A5A5A. Windows color (decimal): -15760056 or 4752655. OLE color: 4752655.

HSL color Cylindrical-coordinate representation of color #0F8548: hue angle of 148.98º 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 #0F8548 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB1513372-
CMYK0.8900.460.48
HSL148.98º79.73%29.02%-
HSV(B)148.98º88.72%52.16%-
XYZ9.7517.348.96-
YUV90.76117.4173.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.82%
GREEN value IS 133 (52.34% from 255) = 60.45%
BLUE value IS 72 (28.52% from 255) = 32.73%
R=6.82%
G=60.45%
B=32.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal15133720.8900.460.48148.9879.7329.02
HexF85485902E3095501d
Octal172051101310566022512035
Binary11111000010110010001011001010111011000010010101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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