#1D401A

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

Shades of Myrtle #1D401A

Tints of Myrtle #1D401A

Color information

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

HSL color Cylindrical-coordinate representation of color #1D401A: hue angle of 115.26º 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 #1D401A is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB296426-
CMYK0.5500.590.75
HSL115.26º42.22%17.65%-
HSV(B)115.26º59.38%25.1%-
XYZ2.5341.62-
YUV49.2114.9113.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2964260.5500.590.75115.2642.2217.65
Hex1D401A3703B4B732a12
Octal3510032670731131635222
Binary1110110000001101011011101110111001011111001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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