#1D5601

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

Shades of Myrtle #1D5601

Tints of Myrtle #1D5601

Color information

#1D5601 (or 0x1D5601) is unknown color: approx Myrtle. HEX triplet: 1D, 56 and 01. RGB value is (29,86,1). Sum of RGB (Red+Green+Blue) = 29+86+1=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 86 (33.98% from 255 or 74.14% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 86 - color contains mainly: green. Hex color #1D5601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5601 is #E2A9FE. Grayscale: #3B3B3B. Windows color (decimal): -14854655 or 87581. OLE color: 87581.

HSL color Cylindrical-coordinate representation of color #1D5601: hue angle of 100.24º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D5601 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB29861-
CMYK0.6600.990.66
HSL100.24º97.7%17.06%-
HSV(B)100.24º98.84%33.73%-
XYZ3.846.921.16-
YUV59.2795.12106.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25%
GREEN value IS 86 (33.98% from 255) = 74.14%
BLUE value IS 1 (0.78% from 255) = 0.86%
R=25%
G=74.14%
B=0.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal298610.6600.990.66100.2497.717.06
Hex1D5614206342646211
Octal351261102014310214414221
Binary111011010110110000100110001110000101100100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,86,1); }

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

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

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

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

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

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

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