#1E6413

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

Shades of Myrtle #1E6413

Tints of Myrtle #1E6413

Color information

#1E6413 (or 0x1E6413) is unknown color: approx Myrtle. HEX triplet: 1E, 64 and 13. RGB value is (30,100,19). Sum of RGB (Red+Green+Blue) = 30+100+19=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 100 (39.45% from 255 or 67.11% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 100 - color contains mainly: green. Hex color #1E6413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6413 is #E19BEC. Grayscale: #464646. Windows color (decimal): -14785517 or 1270814. OLE color: 1270814.

HSL color Cylindrical-coordinate representation of color #1E6413: hue angle of 111.85º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E6413 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB3010019-
CMYK0.7000.810.61
HSL111.85º68.07%23.33%-
HSV(B)111.85º81%39.22%-
XYZ5.219.442.16-
YUV69.8499.3199.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.13%
GREEN value IS 100 (39.45% from 255) = 67.11%
BLUE value IS 19 (7.81% from 255) = 12.75%
R=20.13%
G=67.11%
B=12.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal30100190.7000.810.61111.8568.0723.33
Hex1E6413460513D704417
Octal361442310601217516010427
Binary111101100100100111000110010100011111011110000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,100,19); }

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

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

 a { background-color: rgb(30,100,19); }

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

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

 span { border-color: rgb(30,100,19); }

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