#1A4820

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

Shades of Myrtle #1A4820

Tints of Myrtle #1A4820

Color information

#1A4820 (or 0x1A4820) is unknown color: approx Myrtle. HEX triplet: 1A, 48 and 20. RGB value is (26,72,32). Sum of RGB (Red+Green+Blue) = 26+72+32=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #1A4820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4820 is #E5B7DF. Grayscale: #353535. Windows color (decimal): -15054816 or 2115610. OLE color: 2115610.

HSL color Cylindrical-coordinate representation of color #1A4820: hue angle of 127.83º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A4820 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB267232-
CMYK0.6400.560.72
HSL127.83º46.94%19.22%-
HSV(B)127.83º63.89%28.24%-
XYZ34.962.17-
YUV53.69115.76108.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20%
GREEN value IS 72 (28.52% from 255) = 55.38%
BLUE value IS 32 (12.89% from 255) = 24.62%
R=20%
G=55.38%
B=24.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2672320.6400.560.72127.8346.9419.22
Hex1A48204003848802f13
Octal32110401000701102005723
Binary1101010010001000001000000011100010010001000000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,72,32); }

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

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

 a { background-color: rgb(26,72,32); }

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

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

 span { border-color: rgb(26,72,32); }

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