#0D754B

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

Shades of Salem #0D754B

Tints of Salem #0D754B

Color information

#0D754B (or 0x0D754B) is unknown color: approx Salem. HEX triplet: 0D, 75 and 4B. RGB value is (13,117,75). Sum of RGB (Red+Green+Blue) = 13+117+75=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #0D754B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D754B is #F28AB4. Grayscale: #515151. Windows color (decimal): -15895221 or 4945165. OLE color: 4945165.

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

Color convert

RGB1311775-
CMYK0.8900.360.54
HSL155.77º80%25.49%-
HSV(B)155.77º88.89%45.88%-
XYZ7.813.328.82-
YUV81.12124.5479.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.34%
GREEN value IS 117 (46.09% from 255) = 57.07%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=6.34%
G=57.07%
B=36.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13117750.8900.360.54155.778025.49
HexD754B59024369c5019
Octal151651131310446623412031
Binary1101111010110010111011001010010011011010011100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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