#0D8350

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

Shades of Salem #0D8350

Tints of Salem #0D8350

Color information

#0D8350 (or 0x0D8350) is unknown color: approx Salem. HEX triplet: 0D, 83 and 50. RGB value is (13,131,80). Sum of RGB (Red+Green+Blue) = 13+131+80=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 131 (51.56% from 255 or 58.48% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 131 - color contains mainly: green. Hex color #0D8350 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8350 is #F27CAF. Grayscale: #595959. Windows color (decimal): -15891632 or 5276429. OLE color: 5276429.

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

Color convert

RGB1313180-
CMYK0.9000.390.49
HSL154.07º81.94%28.24%-
HSV(B)154.07º90.08%51.37%-
XYZ9.7316.910.34-
YUV89.9122.4173.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.80%
GREEN value IS 131 (51.56% from 255) = 58.48%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=5.80%
G=58.48%
B=35.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13131800.9000.390.49154.0781.9428.24
HexD83505A027319a521c
Octal152031201320476123212234
Binary11011000001110100001011010010011111000110011010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,131,80); }

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

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

 a { background-color: rgb(13,131,80); }

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

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

 span { border-color: rgb(13,131,80); }

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