#0D7652

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

Shades of Salem #0D7652

Tints of Salem #0D7652

Color information

#0D7652 (or 0x0D7652) is unknown color: approx Salem. HEX triplet: 0D, 76 and 52. RGB value is (13,118,82). Sum of RGB (Red+Green+Blue) = 13+118+82=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #0D7652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7652 is #F289AD. Grayscale: #525252. Windows color (decimal): -15894958 or 5404173. OLE color: 5404173.

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

Color convert

RGB1311882-
CMYK0.8900.310.54
HSL159.43º80.15%25.69%-
HSV(B)159.43º88.98%46.27%-
XYZ8.1713.6510.19-
YUV82.5127.7178.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.10%
GREEN value IS 118 (46.48% from 255) = 55.40%
BLUE value IS 82 (32.42% from 255) = 38.50%
R=6.10%
G=55.40%
B=38.50%

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
Decimal13118820.8900.310.54159.4380.1525.69
HexD76525901F369f501a
Octal151661221310376623712032
Binary110111101101010010101100101111111011010011111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,118,82); }

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

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

 a { background-color: rgb(13,118,82); }

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

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

 span { border-color: rgb(13,118,82); }

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