#1E5714

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

Shades of Myrtle #1E5714

Tints of Myrtle #1E5714

Color information

#1E5714 (or 0x1E5714) is unknown color: approx Myrtle. HEX triplet: 1E, 57 and 14. RGB value is (30,87,20). Sum of RGB (Red+Green+Blue) = 30+87+20=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 87 (34.38% from 255 or 63.50% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 87 - color contains mainly: green. Hex color #1E5714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5714 is #E1A8EB. Grayscale: #3E3E3E. Windows color (decimal): -14788844 or 1333022. OLE color: 1333022.

HSL color Cylindrical-coordinate representation of color #1E5714: hue angle of 111.04º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E5714 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB308720-
CMYK0.6600.770.66
HSL111.04º62.62%20.98%-
HSV(B)111.04º77.01%34.12%-
XYZ4.077.141.83-
YUV62.32104.12104.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.90%
GREEN value IS 87 (34.38% from 255) = 63.50%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=21.90%
G=63.50%
B=14.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3087200.6600.770.66111.0462.6220.98
Hex1E57144204D426f3f15
Octal361272410201151021577725
Binary111101010111101001000010010011011000010110111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,87,20); }

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

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

 a { background-color: rgb(30,87,20); }

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

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

 span { border-color: rgb(30,87,20); }

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