#10744D

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

Shades of Salem #10744D

Tints of Salem #10744D

Color information

#10744D (or 0x10744D) is unknown color: approx Salem. HEX triplet: 10, 74 and 4D. RGB value is (16,116,77). Sum of RGB (Red+Green+Blue) = 16+116+77=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #10744D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10744D is #EF8BB2. Grayscale: #515151. Windows color (decimal): -15698867 or 5075984. OLE color: 5075984.

HSL color Cylindrical-coordinate representation of color #10744D: hue angle of 156.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10744D is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1611677-
CMYK0.8600.340.55
HSL156.6º75.76%25.88%-
HSV(B)156.6º86.21%45.49%-
XYZ7.813.149.15-
YUV81.65125.3781.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.66%
GREEN value IS 116 (45.70% from 255) = 55.50%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=7.66%
G=55.50%
B=36.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16116770.8600.340.55156.675.7625.88
Hex10744D56022379d4c1a
Octal201641151260426723511432
Binary10000111010010011011010110010001011011110011101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10744D; }

 p { color: rgb(16,116,77); }

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

<style>
 a { background-color: #10744D; }

 a { background-color: rgb(16,116,77); }

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

<style>
 span { border-color: #10744D; }

 span { border-color: rgb(16,116,77); }

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