#10410E

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

Shades of Myrtle #10410E

Tints of Myrtle #10410E

Color information

#10410E (or 0x10410E) is unknown color: approx Myrtle. HEX triplet: 10, 41 and 0E. RGB value is (16,65,14). Sum of RGB (Red+Green+Blue) = 16+65+14=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #10410E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10410E is #EFBEF1. Grayscale: #2C2C2C. Windows color (decimal): -15711986 or 934160. OLE color: 934160.

HSL color Cylindrical-coordinate representation of color #10410E: hue angle of 117.65º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10410E is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB166514-
CMYK0.7500.780.75
HSL117.65º64.56%15.49%-
HSV(B)117.65º78.46%25.49%-
XYZ2.183.921.06-
YUV44.54110.77107.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.84%
GREEN value IS 65 (25.78% from 255) = 68.42%
BLUE value IS 14 (5.86% from 255) = 14.74%
R=16.84%
G=68.42%
B=14.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665140.7500.780.75117.6564.5615.49
Hex1041E4B04E4B7641f
Octal2010116113011611316610117
Binary10000100000111101001011010011101001011111011010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10410E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10410E; }

 p { color: rgb(16,65,14); }

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

<style>
 a { background-color: #10410E; }

 a { background-color: rgb(16,65,14); }

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

<style>
 span { border-color: #10410E; }

 span { border-color: rgb(16,65,14); }

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