#10410F

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

Shades of Myrtle #10410F

Tints of Myrtle #10410F

Color information

#10410F (or 0x10410F) is unknown color: approx Myrtle. HEX triplet: 10, 41 and 0F. RGB value is (16,65,15). Sum of RGB (Red+Green+Blue) = 16+65+15=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 65 (25.78% from 255 or 67.71% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 65 - color contains mainly: green. Hex color #10410F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10410F is #EFBEF0. Grayscale: #2C2C2C. Windows color (decimal): -15711985 or 999696. OLE color: 999696.

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

Color convert

RGB166515-
CMYK0.7500.770.75
HSL118.8º62.5%15.69%-
HSV(B)118.8º76.92%25.49%-
XYZ2.193.931.09-
YUV44.65111.27107.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.67%
GREEN value IS 65 (25.78% from 255) = 67.71%
BLUE value IS 15 (6.25% from 255) = 15.62%
R=16.67%
G=67.71%
B=15.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665150.7500.770.75118.862.515.69
Hex1041F4B04D4B773e10
Octal201011711301151131677620
Binary10000100000111111001011010011011001011111011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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