#10724F

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

Shades of Salem #10724F

Tints of Salem #10724F

Color information

#10724F (or 0x10724F) is unknown color: approx Salem. HEX triplet: 10, 72 and 4F. RGB value is (16,114,79). Sum of RGB (Red+Green+Blue) = 16+114+79=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #10724F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10724F is #EF8DB0. Grayscale: #505050. Windows color (decimal): -15699377 or 5206544. OLE color: 5206544.

HSL color Cylindrical-coordinate representation of color #10724F: hue angle of 158.57º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10724F is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1611479-
CMYK0.8600.310.55
HSL158.57º75.38%25.49%-
HSV(B)158.57º85.96%44.71%-
XYZ7.6412.719.45-
YUV80.71127.0381.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.66%
GREEN value IS 114 (44.92% from 255) = 54.55%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=7.66%
G=54.55%
B=37.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16114790.8600.310.55158.5775.3825.49
Hex10724F5601F379f4b19
Octal201621171260376723711331
Binary1000011100101001111101011001111111011110011111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10724F; }

 p { color: rgb(16,114,79); }

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

<style>
 a { background-color: #10724F; }

 a { background-color: rgb(16,114,79); }

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

<style>
 span { border-color: #10724F; }

 span { border-color: rgb(16,114,79); }

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