#10410A

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

Shades of Myrtle #10410A

Tints of Myrtle #10410A

Color information

#10410A (or 0x10410A) is unknown color: approx Myrtle. HEX triplet: 10, 41 and 0A. RGB value is (16,65,10). Sum of RGB (Red+Green+Blue) = 16+65+10=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 65 (25.78% from 255 or 71.43% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 65 - color contains mainly: green. Hex color #10410A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10410A is #EFBEF5. Grayscale: #2C2C2C. Windows color (decimal): -15711990 or 672016. OLE color: 672016.

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

Color convert

RGB166510-
CMYK0.7500.850.75
HSL113.45º73.33%14.71%-
HSV(B)113.45º84.62%25.49%-
XYZ2.163.910.93-
YUV44.08108.77107.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.58%
GREEN value IS 65 (25.78% from 255) = 71.43%
BLUE value IS 10 (4.30% from 255) = 10.99%
R=17.58%
G=71.43%
B=10.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665100.7500.850.75113.4573.3314.71
Hex1041A4B0554B7149f
Octal2010112113012511316111117
Binary10000100000110101001011010101011001011111000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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