#1D5612

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

Shades of Myrtle #1D5612

Tints of Myrtle #1D5612

Color information

#1D5612 (or 0x1D5612) is unknown color: approx Myrtle. HEX triplet: 1D, 56 and 12. RGB value is (29,86,18). Sum of RGB (Red+Green+Blue) = 29+86+18=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 86 (33.98% from 255 or 64.66% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 86 - color contains mainly: green. Hex color #1D5612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5612 is #E2A9ED. Grayscale: #3D3D3D. Windows color (decimal): -14854638 or 1201693. OLE color: 1201693.

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

Color convert

RGB298618-
CMYK0.6600.790.66
HSL110.29º65.38%20.39%-
HSV(B)110.29º79.07%33.73%-
XYZ3.946.961.71-
YUV61.2103.62105.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.80%
GREEN value IS 86 (33.98% from 255) = 64.66%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=21.80%
G=64.66%
B=13.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2986180.6600.790.66110.2965.3820.39
Hex1D56124204F426e4114
Octal3512622102011710215610124
Binary1110110101101001010000100100111110000101101110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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