#10440D

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

Shades of Myrtle #10440D

Tints of Myrtle #10440D

Color information

#10440D (or 0x10440D) is unknown color: approx Myrtle. HEX triplet: 10, 44 and 0D. RGB value is (16,68,13). Sum of RGB (Red+Green+Blue) = 16+68+13=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 68 (26.95% from 255 or 70.10% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 68 - color contains mainly: green. Hex color #10440D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10440D is #EFBBF2. Grayscale: #2E2E2E. Windows color (decimal): -15711219 or 869392. OLE color: 869392.

HSL color Cylindrical-coordinate representation of color #10440D: hue angle of 116.73º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10440D is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB166813-
CMYK0.7600.810.73
HSL116.73º67.9%15.88%-
HSV(B)116.73º80.88%26.67%-
XYZ2.354.271.08-
YUV46.18109.27106.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.49%
GREEN value IS 68 (26.95% from 255) = 70.10%
BLUE value IS 13 (5.47% from 255) = 13.40%
R=16.49%
G=70.10%
B=13.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1668130.7600.810.73116.7367.915.88
Hex1044D4C05149754410
Octal2010415114012111116510420
Binary100001000100110110011000101000110010011110101100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10440D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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