#1E521D

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

Shades of Myrtle #1E521D

Tints of Myrtle #1E521D

Color information

#1E521D (or 0x1E521D) is unknown color: approx Myrtle. HEX triplet: 1E, 52 and 1D. RGB value is (30,82,29). Sum of RGB (Red+Green+Blue) = 30+82+29=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #1E521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E521D is #E1ADE2. Grayscale: #3C3C3C. Windows color (decimal): -14790115 or 1921566. OLE color: 1921566.

HSL color Cylindrical-coordinate representation of color #1E521D: hue angle of 118.87º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E521D is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB308229-
CMYK0.6300.650.68
HSL118.87º47.75%21.76%-
HSV(B)118.87º64.63%32.16%-
XYZ3.776.42.2-
YUV60.41110.27106.31-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.28%
GREEN value IS 82 (32.42% from 255) = 58.16%
BLUE value IS 29 (11.72% from 255) = 20.57%
R=21.28%
G=58.16%
B=20.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3082290.6300.650.68118.8747.7521.76
Hex1E521D3F04144773016
Octal36122357701011041676026
Binary11110101001011101111111010000011000100111011111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,82,29); }

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

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

 a { background-color: rgb(30,82,29); }

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

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

 span { border-color: rgb(30,82,29); }

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