#1A4B20

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

Shades of Myrtle #1A4B20

Tints of Myrtle #1A4B20

Color information

#1A4B20 (or 0x1A4B20) is unknown color: approx Myrtle. HEX triplet: 1A, 4B and 20. RGB value is (26,75,32). Sum of RGB (Red+Green+Blue) = 26+75+32=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 75 (29.69% from 255 or 56.39% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 75 - color contains mainly: green. Hex color #1A4B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4B20 is #E5B4DF. Grayscale: #373737. Windows color (decimal): -15054048 or 2116378. OLE color: 2116378.

HSL color Cylindrical-coordinate representation of color #1A4B20: hue angle of 127.35º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A4B20 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB267532-
CMYK0.6500.570.71
HSL127.35º48.51%19.8%-
HSV(B)127.35º65.33%29.41%-
XYZ3.25.362.23-
YUV55.45114.77107-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.55%
GREEN value IS 75 (29.69% from 255) = 56.39%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=19.55%
G=56.39%
B=24.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2675320.6500.570.71127.3548.5119.8
Hex1A4B2041039477f3114
Octal32113401010711071776124
Binary110101001011100000100000101110011000111111111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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