#0D804F

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

Shades of Salem #0D804F

Tints of Salem #0D804F

Color information

#0D804F (or 0x0D804F) is unknown color: approx Salem. HEX triplet: 0D, 80 and 4F. RGB value is (13,128,79). Sum of RGB (Red+Green+Blue) = 13+128+79=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 128 (50.39% from 255 or 58.18% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 128 - color contains mainly: green. Hex color #0D804F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D804F is #F27FB0. Grayscale: #585858. Windows color (decimal): -15892401 or 5210125. OLE color: 5210125.

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

Color convert

RGB1312879-
CMYK0.9000.380.50
HSL154.43º81.56%27.65%-
HSV(B)154.43º89.84%50.2%-
XYZ9.316.0910.01-
YUV88.03122.974.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.91%
GREEN value IS 128 (50.39% from 255) = 58.18%
BLUE value IS 79 (31.25% from 255) = 35.91%
R=5.91%
G=58.18%
B=35.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal13128790.9000.380.50154.4381.5627.65
HexD804F5A026329a521c
Octal152001171320466223212234
Binary11011000000010011111011010010011011001010011010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,128,79); }

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

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

 a { background-color: rgb(13,128,79); }

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

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

 span { border-color: rgb(13,128,79); }

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