#1E650A

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

Shades of Myrtle #1E650A

Tints of Myrtle #1E650A

Color information

#1E650A (or 0x1E650A) is unknown color: approx Myrtle. HEX triplet: 1E, 65 and 0A. RGB value is (30,101,10). Sum of RGB (Red+Green+Blue) = 30+101+10=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 101 (39.84% from 255 or 71.63% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 101 - color contains mainly: green. Hex color #1E650A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E650A is #E19AF5. Grayscale: #454545. Windows color (decimal): -14785270 or 681246. OLE color: 681246.

HSL color Cylindrical-coordinate representation of color #1E650A: hue angle of 106.81º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E650A is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB3010110-
CMYK0.7000.900.60
HSL106.81º81.98%21.76%-
HSV(B)106.81º90.1%39.61%-
XYZ5.249.611.86-
YUV69.494.4899.9-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.28%
GREEN value IS 101 (39.84% from 255) = 71.63%
BLUE value IS 10 (4.30% from 255) = 7.09%
R=21.28%
G=71.63%
B=7.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal30101100.7000.900.60106.8181.9821.76
Hex1E65A4605A3C6b5216
Octal361451210601327415312226
Binary11110110010110101000110010110101111001101011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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