#1D461C

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

Shades of Myrtle #1D461C

Tints of Myrtle #1D461C

Color information

#1D461C (or 0x1D461C) is unknown color: approx Myrtle. HEX triplet: 1D, 46 and 1C. RGB value is (29,70,28). Sum of RGB (Red+Green+Blue) = 29+70+28=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #1D461C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D461C is #E2B9E3. Grayscale: #353535. Windows color (decimal): -14858724 or 1852957. OLE color: 1852957.

HSL color Cylindrical-coordinate representation of color #1D461C: hue angle of 118.57º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D461C is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB297028-
CMYK0.5900.600.73
HSL118.57º42.86%19.22%-
HSV(B)118.57º60%27.45%-
XYZ2.914.731.86-
YUV52.95113.92110.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.83%
GREEN value IS 70 (27.73% from 255) = 55.12%
BLUE value IS 28 (11.33% from 255) = 22.05%
R=22.83%
G=55.12%
B=22.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2970280.5900.600.73118.5742.8619.22
Hex1D461C3B03C49772b13
Octal3510634730741111675323
Binary1110110001101110011101101111001001001111011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D461C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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