#1e610d

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

Shades of Myrtle #1E610D

Tints of Myrtle #1E610D

Color information

#1E610D (or 0x1E610D) is unknown color: approx Myrtle. HEX triplet: 1E, 61 and 0D. RGB value is (30,97,13). Sum of RGB (Red+Green+Blue) = 30+97+13=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 97 (38.28% from 255 or 69.29% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 97 - color contains mainly: green. Hex color #1E610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E610D is #E19EF2. Grayscale: #434343. Windows color (decimal): -14786291 or 876830. OLE color: 876830.

HSL color Cylindrical-coordinate representation of color #1E610D: hue angle of 107.86º 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 #1E610D is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB309713-
CMYK0.6900.870.62
HSL107.86º76.36%21.57%-
HSV(B)107.86º86.6%38.04%-
XYZ4.888.851.83-
YUV67.3997.3101.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.43%
GREEN value IS 97 (38.28% from 255) = 69.29%
BLUE value IS 13 (5.47% from 255) = 9.29%
R=21.43%
G=69.29%
B=9.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3097130.6900.870.62107.8676.3621.57
Hex1E61D450573E6c4c16
Octal361411510501277615411426
Binary11110110000111011000101010101111111101101100100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e610d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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