#1A4720

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

Shades of Myrtle #1A4720

Tints of Myrtle #1A4720

Color information

#1A4720 (or 0x1A4720) is unknown color: approx Myrtle. HEX triplet: 1A, 47 and 20. RGB value is (26,71,32). Sum of RGB (Red+Green+Blue) = 26+71+32=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #1A4720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4720 is #E5B8DF. Grayscale: #353535. Windows color (decimal): -15055072 or 2115354. OLE color: 2115354.

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

Color convert

RGB267132-
CMYK0.6300.550.72
HSL128º46.39%19.02%-
HSV(B)128º63.38%27.84%-
XYZ2.944.832.14-
YUV53.1116.09108.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.16%
GREEN value IS 71 (28.12% from 255) = 55.04%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=20.16%
G=55.04%
B=24.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2671320.6300.550.7212846.3919.02
Hex1A47203F03748802e13
Octal3210740770671102005623
Binary110101000111100000111111011011110010001000000010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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