#0F8949

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

Shades of Salem #0F8949

Tints of Salem #0F8949

Color information

#0F8949 (or 0x0F8949) is unknown color: approx Salem. HEX triplet: 0F, 89 and 49. RGB value is (15,137,73). Sum of RGB (Red+Green+Blue) = 15+137+73=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 137 (53.91% from 255 or 60.89% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 137 - color contains mainly: green. Hex color #0F8949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8949 is #F076B6. Grayscale: #5D5D5D. Windows color (decimal): -15759031 or 4819215. OLE color: 4819215.

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

Color convert

RGB1513773-
CMYK0.8900.470.46
HSL148.52º80.26%29.8%-
HSV(B)148.52º89.05%53.73%-
XYZ10.3518.479.32-
YUV93.23116.5872.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.67%
GREEN value IS 137 (53.91% from 255) = 60.89%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=6.67%
G=60.89%
B=32.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal15137730.8900.470.46148.5280.2629.8
HexF89495902F2E95501e
Octal172111111310575622512036
Binary11111000100110010011011001010111110111010010101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,137,73); }

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

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

 a { background-color: rgb(15,137,73); }

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

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

 span { border-color: rgb(15,137,73); }

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