#0D8C58

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

Shades of Salem #0D8C58

Tints of Salem #0D8C58

Color information

#0D8C58 (or 0x0D8C58) is unknown color: approx Salem. HEX triplet: 0D, 8C and 58. RGB value is (13,140,88). Sum of RGB (Red+Green+Blue) = 13+140+88=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 140 (55.08% from 255 or 58.09% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 140 - color contains mainly: green. Hex color #0D8C58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8C58 is #F273A7. Grayscale: #606060. Windows color (decimal): -15889320 or 5803021. OLE color: 5803021.

HSL color Cylindrical-coordinate representation of color #0D8C58: hue angle of 155.43º 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 #0D8C58 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB1314088-
CMYK0.9100.370.45
HSL155.43º83.01%30%-
HSV(B)155.43º90.71%54.9%-
XYZ11.3119.5512.41-
YUV96.1123.4268.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.39%
GREEN value IS 140 (55.08% from 255) = 58.09%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=5.39%
G=58.09%
B=36.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13140880.9100.370.45155.4383.0130
HexD8C585B0252D9b531e
Octal152141301330455523312336
Binary11011000110010110001011011010010110110110011011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,140,88); }

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

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

 a { background-color: rgb(13,140,88); }

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

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

 span { border-color: rgb(13,140,88); }

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