#1D4014

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

Shades of Myrtle #1D4014

Tints of Myrtle #1D4014

Color information

#1D4014 (or 0x1D4014) is unknown color: approx Myrtle. HEX triplet: 1D, 40 and 14. RGB value is (29,64,20). Sum of RGB (Red+Green+Blue) = 29+64+20=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #1D4014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4014 is #E2BFEB. Grayscale: #303030. Windows color (decimal): -14860268 or 1327133. OLE color: 1327133.

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

Color convert

RGB296420-
CMYK0.5500.690.75
HSL107.73º52.38%16.47%-
HSV(B)107.73º68.75%25.1%-
XYZ2.473.981.3-
YUV48.52111.9114.08-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.66%
GREEN value IS 64 (25.39% from 255) = 56.64%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=25.66%
G=56.64%
B=17.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2964200.5500.690.75107.7352.3816.47
Hex1D4014370454B6c3410
Octal35100246701051131546420
Binary11101100000010100110111010001011001011110110011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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