#1A4412

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

Shades of Myrtle #1A4412

Tints of Myrtle #1A4412

Color information

#1A4412 (or 0x1A4412) is unknown color: approx Myrtle. HEX triplet: 1A, 44 and 12. RGB value is (26,68,18). Sum of RGB (Red+Green+Blue) = 26+68+18=112 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.21% from 112); Green value is 68 (26.95% from 255 or 60.71% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 68 - color contains mainly: green. Hex color #1A4412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4412 is #E5BBED. Grayscale: #313131. Windows color (decimal): -15055854 or 1197082. OLE color: 1197082.

HSL color Cylindrical-coordinate representation of color #1A4412: hue angle of 110.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A4412 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB266818-
CMYK0.6200.740.73
HSL110.4º58.14%16.86%-
HSV(B)110.4º73.53%26.67%-
XYZ2.64.41.28-
YUV49.74110.09111.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.21%
GREEN value IS 68 (26.95% from 255) = 60.71%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=23.21%
G=60.71%
B=16.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2668180.6200.740.73110.458.1416.86
Hex1A44123E04A496e3a11
Octal32104227601121111567221
Binary11010100010010010111110010010101001001110111011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,68,18); }

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

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

 a { background-color: rgb(26,68,18); }

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

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

 span { border-color: rgb(26,68,18); }

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