#10290C

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

Shades of Myrtle #10290C

Tints of Myrtle #10290C

Color information

#10290C (or 0x10290C) is unknown color: approx Myrtle. HEX triplet: 10, 29 and 0C. RGB value is (16,41,12). Sum of RGB (Red+Green+Blue) = 16+41+12=69 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.19% from 69); Green value is 41 (16.41% from 255 or 59.42% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 41 - color contains mainly: green. Hex color #10290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10290C is #EFD6F3. Grayscale: #1E1E1E. Windows color (decimal): -15718132 or 796944. OLE color: 796944.

HSL color Cylindrical-coordinate representation of color #10290C: hue angle of 111.72º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #10290C is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB164112-
CMYK0.6100.710.84
HSL111.72º54.72%10.39%-
HSV(B)111.72º70.73%16.08%-
XYZ1.071.720.62-
YUV30.22117.72117.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.19%
GREEN value IS 41 (16.41% from 255) = 59.42%
BLUE value IS 12 (5.08% from 255) = 17.39%
R=23.19%
G=59.42%
B=17.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1641120.6100.710.84111.7254.7210.39
Hex1029C3D047547037a
Octal2051147501071241606712
Binary10000101001110011110101000111101010011100001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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