#1A560D

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

Shades of Myrtle #1A560D

Tints of Myrtle #1A560D

Color information

#1A560D (or 0x1A560D) is unknown color: approx Myrtle. HEX triplet: 1A, 56 and 0D. RGB value is (26,86,13). Sum of RGB (Red+Green+Blue) = 26+86+13=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 86 (33.98% from 255 or 68.8% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 86 - color contains mainly: green. Hex color #1A560D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A560D is #E5A9F2. Grayscale: #3B3B3B. Windows color (decimal): -15051251 or 874010. OLE color: 874010.

HSL color Cylindrical-coordinate representation of color #1A560D: hue angle of 109.32º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A560D is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB268613-
CMYK0.7000.850.66
HSL109.32º73.74%19.41%-
HSV(B)109.32º84.88%33.73%-
XYZ3.836.91.51-
YUV59.74101.62103.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.8%
GREEN value IS 86 (33.98% from 255) = 68.8%
BLUE value IS 13 (5.47% from 255) = 10.4%
R=20.8%
G=68.8%
B=10.4%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2686130.7000.850.66109.3273.7419.41
Hex1A56D46055426d4a13
Octal3212615106012510215511223
Binary110101010110110110001100101010110000101101101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A560D; }

 p { color: rgb(26,86,13); }

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

<style>
 a { background-color: #1A560D; }

 a { background-color: rgb(26,86,13); }

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

<style>
 span { border-color: #1A560D; }

 span { border-color: rgb(26,86,13); }

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