#10490A

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

Shades of Myrtle #10490A

Tints of Myrtle #10490A

Color information

#10490A (or 0x10490A) is unknown color: approx Myrtle. HEX triplet: 10, 49 and 0A. RGB value is (16,73,10). Sum of RGB (Red+Green+Blue) = 16+73+10=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 73 (28.91% from 255 or 73.74% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 73 - color contains mainly: green. Hex color #10490A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10490A is #EFB6F5. Grayscale: #303030. Windows color (decimal): -15709942 or 674064. OLE color: 674064.

HSL color Cylindrical-coordinate representation of color #10490A: hue angle of 114.29º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10490A is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB167310-
CMYK0.7800.860.71
HSL114.29º75.9%16.27%-
HSV(B)114.29º86.3%28.63%-
XYZ2.654.91.09-
YUV48.78106.12104.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.16%
GREEN value IS 73 (28.91% from 255) = 73.74%
BLUE value IS 10 (4.30% from 255) = 10.10%
R=16.16%
G=73.74%
B=10.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1673100.7800.860.71114.2975.916.27
Hex1049A4E05647724c10
Octal2011112116012610716211420
Binary100001001001101010011100101011010001111110010100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10490A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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