#1E531C

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

Shades of Myrtle #1E531C

Tints of Myrtle #1E531C

Color information

#1E531C (or 0x1E531C) is unknown color: approx Myrtle. HEX triplet: 1E, 53 and 1C. RGB value is (30,83,28). Sum of RGB (Red+Green+Blue) = 30+83+28=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #1E531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E531C is #E1ACE3. Grayscale: #3D3D3D. Windows color (decimal): -14789860 or 1856286. OLE color: 1856286.

HSL color Cylindrical-coordinate representation of color #1E531C: hue angle of 117.82º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E531C is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB308328-
CMYK0.6400.660.67
HSL117.82º49.55%21.76%-
HSV(B)117.82º66.27%32.55%-
XYZ3.846.552.16-
YUV60.88109.44105.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.28%
GREEN value IS 83 (32.81% from 255) = 58.87%
BLUE value IS 28 (11.33% from 255) = 19.86%
R=21.28%
G=58.87%
B=19.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3083280.6400.660.67117.8249.5521.76
Hex1E531C4004243763216
Octal361233410001021031666226
Binary111101010011111001000000010000101000011111011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E531C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,83,28); }

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

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

 a { background-color: rgb(30,83,28); }

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

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

 span { border-color: rgb(30,83,28); }

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