#0D7551

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

Shades of Salem #0D7551

Tints of Salem #0D7551

Color information

#0D7551 (or 0x0D7551) is unknown color: approx Salem. HEX triplet: 0D, 75 and 51. RGB value is (13,117,81). Sum of RGB (Red+Green+Blue) = 13+117+81=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #0D7551 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7551 is #F28AAE. Grayscale: #515151. Windows color (decimal): -15895215 or 5338381. OLE color: 5338381.

HSL color Cylindrical-coordinate representation of color #0D7551: hue angle of 159.23º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7551 is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1311781-
CMYK0.8900.310.54
HSL159.23º80%25.49%-
HSV(B)159.23º88.89%45.88%-
XYZ8.0113.49.95-
YUV81.8127.5478.93-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.16%
GREEN value IS 117 (46.09% from 255) = 55.45%
BLUE value IS 81 (32.03% from 255) = 38.39%
R=6.16%
G=55.45%
B=38.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13117810.8900.310.54159.238025.49
HexD75515901F369f5019
Octal151651211310376623712031
Binary110111101011010001101100101111111011010011111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,117,81); }

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

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

 a { background-color: rgb(13,117,81); }

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

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

 span { border-color: rgb(13,117,81); }

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