#0D754C

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

Shades of Salem #0D754C

Tints of Salem #0D754C

Color information

#0D754C (or 0x0D754C) is unknown color: approx Salem. HEX triplet: 0D, 75 and 4C. RGB value is (13,117,76). Sum of RGB (Red+Green+Blue) = 13+117+76=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 117 (46.09% from 255 or 56.80% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 117 - color contains mainly: green. Hex color #0D754C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D754C is #F28AB3. Grayscale: #515151. Windows color (decimal): -15895220 or 5010701. OLE color: 5010701.

HSL color Cylindrical-coordinate representation of color #0D754C: hue angle of 156.35º 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 #0D754C is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1311776-
CMYK0.8900.350.54
HSL156.35º80%25.49%-
HSV(B)156.35º88.89%45.88%-
XYZ7.8313.339-
YUV81.23125.0479.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.31%
GREEN value IS 117 (46.09% from 255) = 56.80%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=6.31%
G=56.80%
B=36.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13117760.8900.350.54156.358025.49
HexD754C59023369c5019
Octal151651141310436623412031
Binary1101111010110011001011001010001111011010011100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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