#0D7D57

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

Shades of Salem #0D7D57

Tints of Salem #0D7D57

Color information

#0D7D57 (or 0x0D7D57) is unknown color: approx Salem. HEX triplet: 0D, 7D and 57. RGB value is (13,125,87). Sum of RGB (Red+Green+Blue) = 13+125+87=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 125 (49.22% from 255 or 55.56% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 125 - color contains mainly: green. Hex color #0D7D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7D57 is #F282A8. Grayscale: #575757. Windows color (decimal): -15893161 or 5733645. OLE color: 5733645.

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

Color convert

RGB1312587-
CMYK0.9000.300.51
HSL159.64º81.16%27.06%-
HSV(B)159.64º89.6%49.02%-
XYZ9.2215.4411.51-
YUV87.18127.8975.09-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.78%
GREEN value IS 125 (49.22% from 255) = 55.56%
BLUE value IS 87 (34.38% from 255) = 38.67%
R=5.78%
G=55.56%
B=38.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal13125870.9000.300.51159.6481.1627.06
HexD7D575A01E33a0511b
Octal151751271320366324012133
Binary110111111011010111101101001111011001110100000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,125,87); }

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

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

 a { background-color: rgb(13,125,87); }

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

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

 span { border-color: rgb(13,125,87); }

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