#10290D

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

Shades of Myrtle #10290D

Tints of Myrtle #10290D

Color information

#10290D (or 0x10290D) is unknown color: approx Myrtle. HEX triplet: 10, 29 and 0D. RGB value is (16,41,13). Sum of RGB (Red+Green+Blue) = 16+41+13=70 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.86% from 70); Green value is 41 (16.41% from 255 or 58.57% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 41 - color contains mainly: green. Hex color #10290D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10290D is #EFD6F2. Grayscale: #1E1E1E. Windows color (decimal): -15718131 or 862480. OLE color: 862480.

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

Color convert

RGB164113-
CMYK0.6100.680.84
HSL113.57º51.85%10.59%-
HSV(B)113.57º68.29%16.08%-
XYZ1.081.730.66-
YUV30.33118.22117.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 22.86%
GREEN value IS 41 (16.41% from 255) = 58.57%
BLUE value IS 13 (5.47% from 255) = 18.57%
R=22.86%
G=58.57%
B=18.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1641130.6100.680.84113.5751.8510.59
Hex1029D3D044547234b
Octal2051157501041241626413
Binary10000101001110111110101000100101010011100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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