#1D411C

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

Shades of Myrtle #1D411C

Tints of Myrtle #1D411C

Color information

#1D411C (or 0x1D411C) is unknown color: approx Myrtle. HEX triplet: 1D, 41 and 1C. RGB value is (29,65,28). Sum of RGB (Red+Green+Blue) = 29+65+28=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #1D411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D411C is #E2BEE3. Grayscale: #323232. Windows color (decimal): -14860004 or 1851677. OLE color: 1851677.

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

Color convert

RGB296528-
CMYK0.5500.570.75
HSL118.38º39.78%18.24%-
HSV(B)118.38º56.92%25.49%-
XYZ2.614.131.76-
YUV50.02115.57113.01-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.77%
GREEN value IS 65 (25.78% from 255) = 53.28%
BLUE value IS 28 (11.33% from 255) = 22.95%
R=23.77%
G=53.28%
B=22.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2965280.5500.570.75118.3839.7818.24
Hex1D411C370394B762812
Octal3510134670711131665022
Binary1110110000011110011011101110011001011111011010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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