#10260A

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

Shades of Myrtle #10260A

Tints of Myrtle #10260A

Color information

#10260A (or 0x10260A) is unknown color: approx Myrtle. HEX triplet: 10, 26 and 0A. RGB value is (16,38,10). Sum of RGB (Red+Green+Blue) = 16+38+10=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 38 (15.23% from 255 or 59.38% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 38 - color contains mainly: green. Hex color #10260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10260A is #EFD9F5. Grayscale: #1C1C1C. Windows color (decimal): -15718902 or 665104. OLE color: 665104.

HSL color Cylindrical-coordinate representation of color #10260A: hue angle of 107.14º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10260A is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB163810-
CMYK0.5800.740.85
HSL107.14º58.33%9.41%-
HSV(B)107.14º73.68%14.9%-
XYZ0.961.520.53-
YUV28.23117.71119.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25%
GREEN value IS 38 (15.23% from 255) = 59.38%
BLUE value IS 10 (4.30% from 255) = 15.62%
R=25%
G=59.38%
B=15.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1638100.5800.740.85107.1458.339.41
Hex1026A3A04A556b3a9
Octal2046127201121251537211
Binary10000100110101011101001001010101010111010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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