#0D7F53

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

Shades of Salem #0D7F53

Tints of Salem #0D7F53

Color information

#0D7F53 (or 0x0D7F53) is unknown color: approx Salem. HEX triplet: 0D, 7F and 53. RGB value is (13,127,83). Sum of RGB (Red+Green+Blue) = 13+127+83=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 127 (50% from 255 or 56.95% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 127 - color contains mainly: green. Hex color #0D7F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7F53 is #F280AC. Grayscale: #575757. Windows color (decimal): -15892653 or 5472013. OLE color: 5472013.

HSL color Cylindrical-coordinate representation of color #0D7F53: hue angle of 156.84º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7F53 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB1312783-
CMYK0.9000.350.50
HSL156.84º81.43%27.45%-
HSV(B)156.84º89.76%49.8%-
XYZ9.3215.8910.76-
YUV87.9125.2374.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.83%
GREEN value IS 127 (50% from 255) = 56.95%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=5.83%
G=56.95%
B=37.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal13127830.9000.350.50156.8481.4327.45
HexD7F535A023329d511b
Octal151771231320436223512133
Binary1101111111110100111011010010001111001010011101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,127,83); }

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

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

 a { background-color: rgb(13,127,83); }

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

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

 span { border-color: rgb(13,127,83); }

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