#1A401D

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

Shades of Myrtle #1A401D

Tints of Myrtle #1A401D

Color information

#1A401D (or 0x1A401D) is unknown color: approx Myrtle. HEX triplet: 1A, 40 and 1D. RGB value is (26,64,29). Sum of RGB (Red+Green+Blue) = 26+64+29=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #1A401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A401D is #E5BFE2. Grayscale: #303030. Windows color (decimal): -15056867 or 1916954. OLE color: 1916954.

HSL color Cylindrical-coordinate representation of color #1A401D: hue angle of 124.74º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A401D is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB266429-
CMYK0.5900.550.75
HSL124.74º42.22%17.65%-
HSV(B)124.74º59.38%25.1%-
XYZ2.483.981.8-
YUV48.65116.91111.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.85%
GREEN value IS 64 (25.39% from 255) = 53.78%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=21.85%
G=53.78%
B=24.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2664290.5900.550.75124.7442.2217.65
Hex1A401D3B0374B7d2a12
Octal3210035730671131755222
Binary1101010000001110111101101101111001011111110110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,64,29); }

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

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

 a { background-color: rgb(26,64,29); }

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

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

 span { border-color: rgb(26,64,29); }

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