#1A4D12

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

Shades of Myrtle #1A4D12

Tints of Myrtle #1A4D12

Color information

#1A4D12 (or 0x1A4D12) is unknown color: approx Myrtle. HEX triplet: 1A, 4D and 12. RGB value is (26,77,18). Sum of RGB (Red+Green+Blue) = 26+77+18=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 77 (30.47% from 255 or 63.64% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 77 - color contains mainly: green. Hex color #1A4D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A4D12 is #E5B2ED. Grayscale: #373737. Windows color (decimal): -15053550 or 1199386. OLE color: 1199386.

HSL color Cylindrical-coordinate representation of color #1A4D12: hue angle of 111.86º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A4D12 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB267718-
CMYK0.6600.770.70
HSL111.86º62.11%18.63%-
HSV(B)111.86º76.62%30.2%-
XYZ3.195.571.48-
YUV55.02107.1107.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.49%
GREEN value IS 77 (30.47% from 255) = 63.64%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=21.49%
G=63.64%
B=14.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2677180.6600.770.70111.8662.1118.63
Hex1A4D124204D46703e13
Octal321152210201151061607623
Binary110101001101100101000010010011011000110111000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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