#1D6016

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

Shades of Myrtle #1D6016

Tints of Myrtle #1D6016

Color information

#1D6016 (or 0x1D6016) is unknown color: approx Myrtle. HEX triplet: 1D, 60 and 16. RGB value is (29,96,22). Sum of RGB (Red+Green+Blue) = 29+96+22=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #1D6016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6016 is #E29FE9. Grayscale: #434343. Windows color (decimal): -14852074 or 1466397. OLE color: 1466397.

HSL color Cylindrical-coordinate representation of color #1D6016: hue angle of 114.32º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D6016 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB299622-
CMYK0.7000.770.62
HSL114.32º62.71%23.14%-
HSV(B)114.32º77.08%37.65%-
XYZ4.838.682.18-
YUV67.53102.3100.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.73%
GREEN value IS 96 (37.89% from 255) = 65.31%
BLUE value IS 22 (8.98% from 255) = 14.97%
R=19.73%
G=65.31%
B=14.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2996220.7000.770.62114.3262.7123.14
Hex1D60164604D3E723f17
Octal35140261060115761627727
Binary11101110000010110100011001001101111110111001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,96,22); }

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

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

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

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

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

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

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