#1E440C

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

Shades of Myrtle #1E440C

Tints of Myrtle #1E440C

Color information

#1E440C (or 0x1E440C) is unknown color: approx Myrtle. HEX triplet: 1E, 44 and 0C. RGB value is (30,68,12). Sum of RGB (Red+Green+Blue) = 30+68+12=110 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.27% from 110); Green value is 68 (26.95% from 255 or 61.82% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 68 - color contains mainly: green. Hex color #1E440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E440C is #E1BBF3. Grayscale: #323232. Windows color (decimal): -14793716 or 803870. OLE color: 803870.

HSL color Cylindrical-coordinate representation of color #1E440C: hue angle of 100.71º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E440C is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.

Color convert

RGB306812-
CMYK0.5600.820.73
HSL100.71º70%15.69%-
HSV(B)100.71º82.35%26.67%-
XYZ2.674.441.06-
YUV50.25106.41113.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 27.27%
GREEN value IS 68 (26.95% from 255) = 61.82%
BLUE value IS 12 (5.08% from 255) = 10.91%
R=27.27%
G=61.82%
B=10.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3068120.5600.820.73100.717015.69
Hex1E44C3805249654610
Octal361041470012211114510620
Binary11110100010011001110000101001010010011100101100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,68,12); }

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

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

 a { background-color: rgb(30,68,12); }

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

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

 span { border-color: rgb(30,68,12); }

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