#0D8D53

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

Shades of Salem #0D8D53

Tints of Salem #0D8D53

Color information

#0D8D53 (or 0x0D8D53) is unknown color: approx Salem. HEX triplet: 0D, 8D and 53. RGB value is (13,141,83). Sum of RGB (Red+Green+Blue) = 13+141+83=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 141 (55.47% from 255 or 59.49% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 141 - color contains mainly: green. Hex color #0D8D53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8D53 is #F272AC. Grayscale: #606060. Windows color (decimal): -15889069 or 5475597. OLE color: 5475597.

HSL color Cylindrical-coordinate representation of color #0D8D53: hue angle of 152.81º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8D53 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB1314183-
CMYK0.9100.410.45
HSL152.81º83.12%30.2%-
HSV(B)152.81º90.78%55.29%-
XYZ11.2519.7611.4-
YUV96.12120.5968.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.49%
GREEN value IS 141 (55.47% from 255) = 59.49%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=5.49%
G=59.49%
B=35.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13141830.9100.410.45152.8183.1230.2
HexD8D535B0292D99531e
Octal152151231330515523112336
Binary11011000110110100111011011010100110110110011001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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