#10724B

Color #10724B Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #10724B

Tints of Dark Spring Green #10724B

Color information

#10724B (or 0x10724B) is unknown color: approx Dark Spring Green. HEX triplet: 10, 72 and 4B. RGB value is (16,114,75). Sum of RGB (Red+Green+Blue) = 16+114+75=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #10724B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10724B is #EF8DB4. Grayscale: #505050. Windows color (decimal): -15699381 or 4944400. OLE color: 4944400.

HSL color Cylindrical-coordinate representation of color #10724B: hue angle of 156.12º 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 #10724B is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1611475-
CMYK0.8600.340.55
HSL156.12º75.38%25.49%-
HSV(B)156.12º85.96%44.71%-
XYZ7.512.658.7-
YUV80.25125.0382.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.80%
GREEN value IS 114 (44.92% from 255) = 55.61%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=7.80%
G=55.61%
B=36.59%

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
Decimal16114750.8600.340.55156.1275.3825.49
Hex10724B56022379c4b19
Octal201621131260426723411331
Binary10000111001010010111010110010001011011110011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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