#10580D

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

Shades of Myrtle #10580D

Tints of Myrtle #10580D

Color information

#10580D (or 0x10580D) is unknown color: approx Myrtle. HEX triplet: 10, 58 and 0D. RGB value is (16,88,13). Sum of RGB (Red+Green+Blue) = 16+88+13=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 88 (34.77% from 255 or 75.21% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 88 - color contains mainly: green. Hex color #10580D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10580D is #EFA7F2. Grayscale: #3A3A3A. Windows color (decimal): -15706099 or 874512. OLE color: 874512.

HSL color Cylindrical-coordinate representation of color #10580D: hue angle of 117.6º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10580D is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB168813-
CMYK0.8200.850.65
HSL117.6º74.26%19.8%-
HSV(B)117.6º85.23%34.51%-
XYZ3.787.121.56-
YUV57.92102.6598.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.68%
GREEN value IS 88 (34.77% from 255) = 75.21%
BLUE value IS 13 (5.47% from 255) = 11.11%
R=13.68%
G=75.21%
B=11.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1688130.8200.850.65117.674.2619.8
Hex1058D5205541764a14
Octal2013015122012510116611224
Binary100001011000110110100100101010110000011110110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,88,13); }

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

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

 a { background-color: rgb(16,88,13); }

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

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

 span { border-color: rgb(16,88,13); }

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