#1A4814

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

Shades of Myrtle #1A4814

Tints of Myrtle #1A4814

Color information

#1A4814 (or 0x1A4814) is unknown color: approx Myrtle. HEX triplet: 1A, 48 and 14. RGB value is (26,72,20). Sum of RGB (Red+Green+Blue) = 26+72+20=118 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.03% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #1A4814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4814 is #E5B7EB. Grayscale: #343434. Windows color (decimal): -15054828 or 1329178. OLE color: 1329178.

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

Color convert

RGB267220-
CMYK0.6400.720.72
HSL113.08º56.52%18.04%-
HSV(B)113.08º72.22%28.24%-
XYZ2.874.91.46-
YUV52.32109.76109.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.03%
GREEN value IS 72 (28.52% from 255) = 61.02%
BLUE value IS 20 (8.20% from 255) = 16.95%
R=22.03%
G=61.02%
B=16.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2672200.6400.720.72113.0856.5218.04
Hex1A48144004848713912
Octal321102410001101101617122
Binary110101001000101001000000010010001001000111000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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