#1E6019

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

Shades of Myrtle #1E6019

Tints of Myrtle #1E6019

Color information

#1E6019 (or 0x1E6019) is unknown color: approx Myrtle. HEX triplet: 1E, 60 and 19. RGB value is (30,96,25). Sum of RGB (Red+Green+Blue) = 30+96+25=151 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.87% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #1E6019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6019 is #E19FE6. Grayscale: #444444. Windows color (decimal): -14786535 or 1663006. OLE color: 1663006.

HSL color Cylindrical-coordinate representation of color #1E6019: hue angle of 115.77º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E6019 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB309625-
CMYK0.6900.740.62
HSL115.77º58.68%23.73%-
HSV(B)115.77º73.96%37.65%-
XYZ4.898.712.34-
YUV68.17103.63100.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.87%
GREEN value IS 96 (37.89% from 255) = 63.58%
BLUE value IS 25 (10.16% from 255) = 16.56%
R=19.87%
G=63.58%
B=16.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3096250.6900.740.62115.7758.6823.73
Hex1E60194504A3E743b18
Octal36140311050112761647330
Binary11110110000011001100010101001010111110111010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,96,25); }

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

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

 a { background-color: rgb(30,96,25); }

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

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

 span { border-color: rgb(30,96,25); }

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