#1D500E

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

Shades of Myrtle #1D500E

Tints of Myrtle #1D500E

Color information

#1D500E (or 0x1D500E) is unknown color: approx Myrtle. HEX triplet: 1D, 50 and 0E. RGB value is (29,80,14). Sum of RGB (Red+Green+Blue) = 29+80+14=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #1D500E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D500E is #E2AFF1. Grayscale: #393939. Windows color (decimal): -14856178 or 938013. OLE color: 938013.

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

Color convert

RGB298014-
CMYK0.6400.830.69
HSL106.36º70.21%18.43%-
HSV(B)106.36º82.5%31.37%-
XYZ3.456.031.4-
YUV57.23103.6107.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.58%
GREEN value IS 80 (31.64% from 255) = 65.04%
BLUE value IS 14 (5.86% from 255) = 11.38%
R=23.58%
G=65.04%
B=11.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2980140.6400.830.69106.3670.2118.43
Hex1D50E40053456a4612
Octal3512016100012310515210622
Binary111011010000111010000000101001110001011101010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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