#1D411A

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

Shades of Myrtle #1D411A

Tints of Myrtle #1D411A

Color information

#1D411A (or 0x1D411A) is unknown color: approx Myrtle. HEX triplet: 1D, 41 and 1A. RGB value is (29,65,26). Sum of RGB (Red+Green+Blue) = 29+65+26=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #1D411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D411A is #E2BEE5. Grayscale: #313131. Windows color (decimal): -14860006 or 1720605. OLE color: 1720605.

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

Color convert

RGB296526-
CMYK0.5500.600.75
HSL115.38º42.86%17.84%-
HSV(B)115.38º60%25.49%-
XYZ2.584.121.64-
YUV49.79114.57113.17-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.17%
GREEN value IS 65 (25.78% from 255) = 54.17%
BLUE value IS 26 (10.55% from 255) = 21.67%
R=24.17%
G=54.17%
B=21.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2965260.5500.600.75115.3842.8617.84
Hex1D411A3703C4B732b12
Octal3510132670741131635322
Binary1110110000011101011011101111001001011111001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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