#1E361F

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

Shades of Myrtle #1E361F

Tints of Myrtle #1E361F

Color information

#1E361F (or 0x1E361F) is unknown color: approx Myrtle. HEX triplet: 1E, 36 and 1F. RGB value is (30,54,31). Sum of RGB (Red+Green+Blue) = 30+54+31=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 54 (21.48% from 255 or 46.96% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 54 - color contains mainly: green. Hex color #1E361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E361F is #E1C9E0. Grayscale: #2C2C2C. Windows color (decimal): -14797281 or 2045470. OLE color: 2045470.

HSL color Cylindrical-coordinate representation of color #1E361F: hue angle of 122.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1E361F is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB305431-
CMYK0.4400.430.79
HSL122.5º28.57%16.47%-
HSV(B)122.5º44.44%21.18%-
XYZ2.13.011.77-
YUV44.2120.55117.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.09%
GREEN value IS 54 (21.48% from 255) = 46.96%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=26.09%
G=46.96%
B=26.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3054310.4400.430.79122.528.5716.47
Hex1E361F2C02B4F7a1d10
Octal366637540531171723520
Binary11110110110111111011000101011100111111110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,54,31); }

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

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

 a { background-color: rgb(30,54,31); }

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

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

 span { border-color: rgb(30,54,31); }

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