#0F7E52

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

Shades of Salem #0F7E52

Tints of Salem #0F7E52

Color information

#0F7E52 (or 0x0F7E52) is unknown color: approx Salem. HEX triplet: 0F, 7E and 52. RGB value is (15,126,82). Sum of RGB (Red+Green+Blue) = 15+126+82=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #0F7E52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7E52 is #F081AD. Grayscale: #575757. Windows color (decimal): -15761838 or 5406223. OLE color: 5406223.

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

Color convert

RGB1512682-
CMYK0.8800.350.51
HSL156.22º78.72%27.65%-
HSV(B)156.22º88.1%49.41%-
XYZ9.1815.6310.52-
YUV87.79124.7376.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.73%
GREEN value IS 126 (49.61% from 255) = 56.50%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=6.73%
G=56.50%
B=36.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15126820.8800.350.51156.2278.7227.65
HexF7E5258023339c4f1c
Octal171761221300436323411734
Binary1111111111010100101011000010001111001110011100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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