#0F8C52

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

Shades of Salem #0F8C52

Tints of Salem #0F8C52

Color information

#0F8C52 (or 0x0F8C52) is unknown color: approx Salem. HEX triplet: 0F, 8C and 52. RGB value is (15,140,82). Sum of RGB (Red+Green+Blue) = 15+140+82=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 140 (55.08% from 255 or 59.07% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 140 - color contains mainly: green. Hex color #0F8C52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8C52 is #F073AD. Grayscale: #606060. Windows color (decimal): -15758254 or 5409807. OLE color: 5409807.

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

Color convert

RGB1514082-
CMYK0.8900.410.45
HSL152.16º80.65%30.39%-
HSV(B)152.16º89.29%54.9%-
XYZ11.119.4711.16-
YUV96.01120.0970.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.33%
GREEN value IS 140 (55.08% from 255) = 59.07%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=6.33%
G=59.07%
B=34.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15140820.8900.410.45152.1680.6530.39
HexF8C52590292D98511e
Octal172141221310515523012136
Binary11111000110010100101011001010100110110110011000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,140,82); }

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

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

 a { background-color: rgb(15,140,82); }

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

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

 span { border-color: rgb(15,140,82); }

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