#1E5512

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

Shades of Myrtle #1E5512

Tints of Myrtle #1E5512

Color information

#1E5512 (or 0x1E5512) is unknown color: approx Myrtle. HEX triplet: 1E, 55 and 12. RGB value is (30,85,18). Sum of RGB (Red+Green+Blue) = 30+85+18=133 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.56% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #1E5512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5512 is #E1AAED. Grayscale: #3D3D3D. Windows color (decimal): -14789358 or 1201438. OLE color: 1201438.

HSL color Cylindrical-coordinate representation of color #1E5512: hue angle of 109.25º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E5512 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB308518-
CMYK0.6500.790.67
HSL109.25º65.05%20.2%-
HSV(B)109.25º78.82%33.33%-
XYZ3.896.821.68-
YUV60.92103.78105.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.56%
GREEN value IS 85 (33.59% from 255) = 63.91%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=22.56%
G=63.91%
B=13.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3085180.6500.790.67109.2565.0520.2
Hex1E55124104F436d4114
Octal3612522101011710315510124
Binary1111010101011001010000010100111110000111101101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,85,18); }

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

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

 a { background-color: rgb(30,85,18); }

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

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

 span { border-color: rgb(30,85,18); }

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