#1A4513

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

Shades of Myrtle #1A4513

Tints of Myrtle #1A4513

Color information

#1A4513 (or 0x1A4513) is unknown color: approx Myrtle. HEX triplet: 1A, 45 and 13. RGB value is (26,69,19). Sum of RGB (Red+Green+Blue) = 26+69+19=114 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.81% from 114); Green value is 69 (27.34% from 255 or 60.53% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 69 - color contains mainly: green. Hex color #1A4513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4513 is #E5BAEC. Grayscale: #323232. Windows color (decimal): -15055597 or 1262874. OLE color: 1262874.

HSL color Cylindrical-coordinate representation of color #1A4513: hue angle of 111.6º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A4513 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB266919-
CMYK0.6200.720.73
HSL111.6º56.82%17.25%-
HSV(B)111.6º72.46%27.06%-
XYZ2.674.521.35-
YUV50.44110.25110.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.81%
GREEN value IS 69 (27.34% from 255) = 60.53%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=22.81%
G=60.53%
B=16.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2669190.6200.720.73111.656.8217.25
Hex1A45133E04849703911
Octal32105237601101111607121
Binary11010100010110011111110010010001001001111000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,69,19); }

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

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

 a { background-color: rgb(26,69,19); }

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

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

 span { border-color: rgb(26,69,19); }

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