#1E4C0D

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

Shades of Myrtle #1E4C0D

Tints of Myrtle #1E4C0D

Color information

#1E4C0D (or 0x1E4C0D) is unknown color: approx Myrtle. HEX triplet: 1E, 4C and 0D. RGB value is (30,76,13). Sum of RGB (Red+Green+Blue) = 30+76+13=119 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.21% from 119); Green value is 76 (30.08% from 255 or 63.87% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 76 - color contains mainly: green. Hex color #1E4C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4C0D is #E1B3F2. Grayscale: #373737. Windows color (decimal): -14791667 or 871454. OLE color: 871454.

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

Color convert

RGB307613-
CMYK0.6100.830.70
HSL103.81º70.79%17.45%-
HSV(B)103.81º82.89%29.8%-
XYZ3.195.471.27-
YUV55.06104.26110.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.21%
GREEN value IS 76 (30.08% from 255) = 63.87%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=25.21%
G=63.87%
B=10.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3076130.6100.830.70103.8170.7917.45
Hex1E4CD3D05346684711
Octal361141575012310615010721
Binary11110100110011011111010101001110001101101000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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