#1D4113

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

Shades of Myrtle #1D4113

Tints of Myrtle #1D4113

Color information

#1D4113 (or 0x1D4113) is unknown color: approx Myrtle. HEX triplet: 1D, 41 and 13. RGB value is (29,65,19). Sum of RGB (Red+Green+Blue) = 29+65+19=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #1D4113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4113 is #E2BEEC. Grayscale: #313131. Windows color (decimal): -14860013 or 1261853. OLE color: 1261853.

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

Color convert

RGB296519-
CMYK0.5500.710.75
HSL106.96º54.76%16.47%-
HSV(B)106.96º70.77%25.49%-
XYZ2.514.091.27-
YUV48.99111.07113.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.66%
GREEN value IS 65 (25.78% from 255) = 57.52%
BLUE value IS 19 (7.81% from 255) = 16.81%
R=25.66%
G=57.52%
B=16.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2965190.5500.710.75106.9654.7616.47
Hex1D4113370474B6b3710
Octal35101236701071131536720
Binary11101100000110011110111010001111001011110101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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