#1D610D

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

Shades of Myrtle #1D610D

Tints of Myrtle #1D610D

Color information

#1D610D (or 0x1D610D) is unknown color: approx Myrtle. HEX triplet: 1D, 61 and 0D. RGB value is (29,97,13). Sum of RGB (Red+Green+Blue) = 29+97+13=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 97 (38.28% from 255 or 69.78% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 97 - color contains mainly: green. Hex color #1D610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D610D is #E29EF2. Grayscale: #434343. Windows color (decimal): -14851827 or 876829. OLE color: 876829.

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

Color convert

RGB299713-
CMYK0.7000.870.62
HSL108.57º76.36%21.57%-
HSV(B)108.57º86.6%38.04%-
XYZ4.858.841.83-
YUV67.0997.47100.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.86%
GREEN value IS 97 (38.28% from 255) = 69.78%
BLUE value IS 13 (5.47% from 255) = 9.35%
R=20.86%
G=69.78%
B=9.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2997130.7000.870.62108.5776.3621.57
Hex1D61D460573E6d4c16
Octal351411510601277615511426
Binary11101110000111011000110010101111111101101101100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,97,13); }

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

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

 a { background-color: rgb(29,97,13); }

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

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

 span { border-color: rgb(29,97,13); }

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