#10490C

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

Shades of Myrtle #10490C

Tints of Myrtle #10490C

Color information

#10490C (or 0x10490C) is unknown color: approx Myrtle. HEX triplet: 10, 49 and 0C. RGB value is (16,73,12). Sum of RGB (Red+Green+Blue) = 16+73+12=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 73 (28.91% from 255 or 72.28% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 73 - color contains mainly: green. Hex color #10490C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10490C is #EFB6F3. Grayscale: #313131. Windows color (decimal): -15709940 or 805136. OLE color: 805136.

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

Color convert

RGB167312-
CMYK0.7800.840.71
HSL116.07º71.76%16.67%-
HSV(B)116.07º83.56%28.63%-
XYZ2.664.91.15-
YUV49107.12104.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.84%
GREEN value IS 73 (28.91% from 255) = 72.28%
BLUE value IS 12 (5.08% from 255) = 11.88%
R=15.84%
G=72.28%
B=11.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1673120.7800.840.71116.0771.7616.67
Hex1049C4E05447744811
Octal2011114116012410716411021
Binary100001001001110010011100101010010001111110100100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10490C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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