#0F8347

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

Shades of Salem #0F8347

Tints of Salem #0F8347

Color information

#0F8347 (or 0x0F8347) is unknown color: approx Salem. HEX triplet: 0F, 83 and 47. RGB value is (15,131,71). Sum of RGB (Red+Green+Blue) = 15+131+71=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 131 (51.56% from 255 or 60.37% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 131 - color contains mainly: green. Hex color #0F8347 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8347 is #F07CB8. Grayscale: #595959. Windows color (decimal): -15760569 or 4686607. OLE color: 4686607.

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

Color convert

RGB1513171-
CMYK0.8900.460.49
HSL148.97º79.45%28.63%-
HSV(B)148.97º88.55%51.37%-
XYZ9.4516.798.7-
YUV89.48117.5774.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.91%
GREEN value IS 131 (51.56% from 255) = 60.37%
BLUE value IS 71 (28.12% from 255) = 32.72%
R=6.91%
G=60.37%
B=32.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15131710.8900.460.49148.9779.4528.63
HexF83475902E31954f1d
Octal172031071310566122511735
Binary11111000001110001111011001010111011000110010101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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