#1D501D

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

Shades of Myrtle #1D501D

Tints of Myrtle #1D501D

Color information

#1D501D (or 0x1D501D) is unknown color: approx Myrtle. HEX triplet: 1D, 50 and 1D. RGB value is (29,80,29). Sum of RGB (Red+Green+Blue) = 29+80+29=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #1D501D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D501D is #E2AFE2. Grayscale: #3B3B3B. Windows color (decimal): -14856163 or 1921053. OLE color: 1921053.

HSL color Cylindrical-coordinate representation of color #1D501D: hue angle of 120º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D501D is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB298029-
CMYK0.6400.640.69
HSL120º46.79%21.37%-
HSV(B)120º63.75%31.37%-
XYZ3.66.092.15-
YUV58.94111.1106.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.01%
GREEN value IS 80 (31.64% from 255) = 57.97%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=21.01%
G=57.97%
B=21.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2980290.6400.640.6912046.7921.37
Hex1D501D4004045782f15
Octal351203510001001051705725
Binary111011010000111011000000010000001000101111100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,80,29); }

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

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

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

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

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

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

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