#0D7E52

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

Shades of Salem #0D7E52

Tints of Salem #0D7E52

Color information

#0D7E52 (or 0x0D7E52) is unknown color: approx Salem. HEX triplet: 0D, 7E and 52. RGB value is (13,126,82). Sum of RGB (Red+Green+Blue) = 13+126+82=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 126 (49.61% from 255 or 57.01% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 126 - color contains mainly: green. Hex color #0D7E52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7E52 is #F281AD. Grayscale: #575757. Windows color (decimal): -15892910 or 5406221. OLE color: 5406221.

HSL color Cylindrical-coordinate representation of color #0D7E52: hue angle of 156.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 #0D7E52 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB1312682-
CMYK0.9000.350.51
HSL156.64º81.29%27.25%-
HSV(B)156.64º89.68%49.41%-
XYZ9.1515.6210.51-
YUV87.2125.0675.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.88%
GREEN value IS 126 (49.61% from 255) = 57.01%
BLUE value IS 82 (32.42% from 255) = 37.10%
R=5.88%
G=57.01%
B=37.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal13126820.9000.350.51156.6481.2927.25
HexD7E525A023339d511b
Octal151761221320436323512133
Binary1101111111010100101011010010001111001110011101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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