#0D8E49

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

Shades of Salem #0D8E49

Tints of Salem #0D8E49

Color information

#0D8E49 (or 0x0D8E49) is unknown color: approx Salem. HEX triplet: 0D, 8E and 49. RGB value is (13,142,73). Sum of RGB (Red+Green+Blue) = 13+142+73=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 142 (55.86% from 255 or 62.28% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 142 - color contains mainly: green. Hex color #0D8E49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8E49 is #F271B6. Grayscale: #5F5F5F. Windows color (decimal): -15888823 or 4820493. OLE color: 4820493.

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

Color convert

RGB1314273-
CMYK0.9100.490.44
HSL147.91º83.23%30.39%-
HSV(B)147.91º90.85%55.69%-
XYZ11.0419.919.56-
YUV95.56115.2669.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.70%
GREEN value IS 142 (55.86% from 255) = 62.28%
BLUE value IS 73 (28.91% from 255) = 32.02%
R=5.70%
G=62.28%
B=32.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13142730.9100.490.44147.9183.2330.39
HexD8E495B0312C94531e
Octal152161111330615422412336
Binary11011000111010010011011011011000110110010010100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,142,73); }

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

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

 a { background-color: rgb(13,142,73); }

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

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

 span { border-color: rgb(13,142,73); }

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