#1E3216

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

Shades of Myrtle #1E3216

Tints of Myrtle #1E3216

Color information

#1E3216 (or 0x1E3216) is unknown color: approx Myrtle. HEX triplet: 1E, 32 and 16. RGB value is (30,50,22). Sum of RGB (Red+Green+Blue) = 30+50+22=102 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.41% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #1E3216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3216 is #E1CDE9. Grayscale: #282828. Windows color (decimal): -14798314 or 1454622. OLE color: 1454622.

HSL color Cylindrical-coordinate representation of color #1E3216: hue angle of 102.86º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E3216 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB305022-
CMYK0.4000.560.80
HSL102.86º38.89%14.12%-
HSV(B)102.86º56%19.61%-
XYZ1.822.621.17-
YUV40.83117.37120.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 29.41%
GREEN value IS 50 (19.92% from 255) = 49.02%
BLUE value IS 22 (8.98% from 255) = 21.57%
R=29.41%
G=49.02%
B=21.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3050220.4000.560.80102.8638.8914.12
Hex1E321628038506727e
Octal366226500701201474716
Binary11110110010101101010000111000101000011001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,50,22); }

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

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

 a { background-color: rgb(30,50,22); }

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

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

 span { border-color: rgb(30,50,22); }

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