#0D7C46

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

Shades of Salem #0D7C46

Tints of Salem #0D7C46

Color information

#0D7C46 (or 0x0D7C46) is unknown color: approx Salem. HEX triplet: 0D, 7C and 46. RGB value is (13,124,70). Sum of RGB (Red+Green+Blue) = 13+124+70=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 124 (48.83% from 255 or 59.90% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 124 - color contains mainly: green. Hex color #0D7C46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7C46 is #F283B9. Grayscale: #545454. Windows color (decimal): -15893434 or 4619277. OLE color: 4619277.

HSL color Cylindrical-coordinate representation of color #0D7C46: hue angle of 150.81º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7C46 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB1312470-
CMYK0.9000.440.51
HSL150.81º81.02%26.86%-
HSV(B)150.81º89.52%48.63%-
XYZ8.4814.948.23-
YUV84.66119.7376.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.28%
GREEN value IS 124 (48.83% from 255) = 59.90%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=6.28%
G=59.90%
B=33.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal13124700.9000.440.51150.8181.0226.86
HexD7C465A02C3397511b
Octal151741061320546322712133
Binary1101111110010001101011010010110011001110010111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,124,70); }

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

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

 a { background-color: rgb(13,124,70); }

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

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

 span { border-color: rgb(13,124,70); }

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