#10400D

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

Shades of Myrtle #10400D

Tints of Myrtle #10400D

Color information

#10400D (or 0x10400D) is unknown color: approx Myrtle. HEX triplet: 10, 40 and 0D. RGB value is (16,64,13). Sum of RGB (Red+Green+Blue) = 16+64+13=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 64 (25.39% from 255 or 68.82% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 64 - color contains mainly: green. Hex color #10400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10400D is #EFBFF2. Grayscale: #2B2B2B. Windows color (decimal): -15712243 or 868368. OLE color: 868368.

HSL color Cylindrical-coordinate representation of color #10400D: hue angle of 116.47º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10400D is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB166413-
CMYK0.7500.800.75
HSL116.47º66.23%15.1%-
HSV(B)116.47º79.69%25.1%-
XYZ2.123.811-
YUV43.83110.6108.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.20%
GREEN value IS 64 (25.39% from 255) = 68.82%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=17.20%
G=68.82%
B=13.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664130.7500.800.75116.4766.2315.1
Hex1040D4B0504B7442f
Octal2010015113012011316410217
Binary10000100000011011001011010100001001011111010010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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