#1E4D0A

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

Shades of Myrtle #1E4D0A

Tints of Myrtle #1E4D0A

Color information

#1E4D0A (or 0x1E4D0A) is unknown color: approx Myrtle. HEX triplet: 1E, 4D and 0A. RGB value is (30,77,10). Sum of RGB (Red+Green+Blue) = 30+77+10=117 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.64% from 117); Green value is 77 (30.47% from 255 or 65.81% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 77 - color contains mainly: green. Hex color #1E4D0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E4D0A is #E1B2F5. Grayscale: #373737. Windows color (decimal): -14791414 or 675102. OLE color: 675102.

HSL color Cylindrical-coordinate representation of color #1E4D0A: hue angle of 102.09º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E4D0A is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.70.

Color convert

RGB307710-
CMYK0.6100.870.70
HSL102.09º77.01%17.06%-
HSV(B)102.09º87.01%30.2%-
XYZ3.245.611.2-
YUV55.31102.43109.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.64%
GREEN value IS 77 (30.47% from 255) = 65.81%
BLUE value IS 10 (4.30% from 255) = 8.55%
R=25.64%
G=65.81%
B=8.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3077100.6100.870.70102.0977.0117.06
Hex1E4DA3D05746664d11
Octal361151275012710614611521
Binary11110100110110101111010101011110001101100110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,77,10); }

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

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

 a { background-color: rgb(30,77,10); }

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

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

 span { border-color: rgb(30,77,10); }

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