#0F7E53

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

Shades of Salem #0F7E53

Tints of Salem #0F7E53

Color information

#0F7E53 (or 0x0F7E53) is unknown color: approx Salem. HEX triplet: 0F, 7E and 53. RGB value is (15,126,83). Sum of RGB (Red+Green+Blue) = 15+126+83=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 126 (49.61% from 255 or 56.25% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 126 - color contains mainly: green. Hex color #0F7E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7E53 is #F081AC. Grayscale: #575757. Windows color (decimal): -15761837 or 5471759. OLE color: 5471759.

HSL color Cylindrical-coordinate representation of color #0F7E53: hue angle of 156.76º 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 #0F7E53 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB1512683-
CMYK0.8800.340.51
HSL156.76º78.72%27.65%-
HSV(B)156.76º88.1%49.41%-
XYZ9.2215.6510.72-
YUV87.91125.2376-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.70%
GREEN value IS 126 (49.61% from 255) = 56.25%
BLUE value IS 83 (32.81% from 255) = 37.05%
R=6.70%
G=56.25%
B=37.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15126830.8800.340.51156.7678.7227.65
HexF7E5358022339d4f1c
Octal171761231300426323511734
Binary1111111111010100111011000010001011001110011101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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