#10400F

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

Shades of Myrtle #10400F

Tints of Myrtle #10400F

Color information

#10400F (or 0x10400F) is unknown color: approx Myrtle. HEX triplet: 10, 40 and 0F. RGB value is (16,64,15). Sum of RGB (Red+Green+Blue) = 16+64+15=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 64 (25.39% from 255 or 67.37% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 64 - color contains mainly: green. Hex color #10400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10400F is #EFBFF0. Grayscale: #2C2C2C. Windows color (decimal): -15712241 or 999440. OLE color: 999440.

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

Color convert

RGB166415-
CMYK0.7500.770.75
HSL118.78º62.03%15.49%-
HSV(B)118.78º76.56%25.1%-
XYZ2.133.811.08-
YUV44.06111.6107.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.84%
GREEN value IS 64 (25.39% from 255) = 67.37%
BLUE value IS 15 (6.25% from 255) = 15.79%
R=16.84%
G=67.37%
B=15.79%

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
Decimal1664150.7500.770.75118.7862.0315.49
Hex1040F4B04D4B773ef
Octal201001711301151131677617
Binary1000010000001111100101101001101100101111101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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