#0F8B47

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

Shades of Salem #0F8B47

Tints of Salem #0F8B47

Color information

#0F8B47 (or 0x0F8B47) is unknown color: approx Salem. HEX triplet: 0F, 8B and 47. RGB value is (15,139,71). Sum of RGB (Red+Green+Blue) = 15+139+71=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 139 (54.69% from 255 or 61.78% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8B47 is #F074B8. Grayscale: #5E5E5E. Windows color (decimal): -15758521 or 4688655. OLE color: 4688655.

HSL color Cylindrical-coordinate representation of color #0F8B47: hue angle of 147.1º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8B47 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB1513971-
CMYK0.8900.490.45
HSL147.1º80.52%30.2%-
HSV(B)147.1º89.21%54.51%-
XYZ10.5719.029.08-
YUV94.17114.9271.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.67%
GREEN value IS 139 (54.69% from 255) = 61.78%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=6.67%
G=61.78%
B=31.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15139710.8900.490.45147.180.5230.2
HexF8B47590312D93511e
Octal172131071310615522312136
Binary11111000101110001111011001011000110110110010011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,139,71); }

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

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

 a { background-color: rgb(15,139,71); }

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

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

 span { border-color: rgb(15,139,71); }

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