#1D401C

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

Shades of Myrtle #1D401C

Tints of Myrtle #1D401C

Color information

#1D401C (or 0x1D401C) is unknown color: approx Myrtle. HEX triplet: 1D, 40 and 1C. RGB value is (29,64,28). Sum of RGB (Red+Green+Blue) = 29+64+28=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #1D401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D401C is #E2BFE3. Grayscale: #313131. Windows color (decimal): -14860260 or 1851421. OLE color: 1851421.

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

Color convert

RGB296428-
CMYK0.5500.560.75
HSL118.33º39.13%18.04%-
HSV(B)118.33º56.25%25.1%-
XYZ2.554.011.74-
YUV49.43115.9113.43-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.97%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=23.97%
G=52.89%
B=23.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2964280.5500.560.75118.3339.1318.04
Hex1D401C370384B762712
Octal3510034670701131664722
Binary1110110000001110011011101110001001011111011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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