#1A4618

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

Shades of Myrtle #1A4618

Tints of Myrtle #1A4618

Color information

#1A4618 (or 0x1A4618) is unknown color: approx Myrtle. HEX triplet: 1A, 46 and 18. RGB value is (26,70,24). Sum of RGB (Red+Green+Blue) = 26+70+24=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #1A4618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4618 is #E5B9E7. Grayscale: #333333. Windows color (decimal): -15055336 or 1590810. OLE color: 1590810.

HSL color Cylindrical-coordinate representation of color #1A4618: hue angle of 117.39º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A4618 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB267024-
CMYK0.6300.660.73
HSL117.39º48.94%18.43%-
HSV(B)117.39º65.71%27.45%-
XYZ2.784.671.62-
YUV51.6112.42109.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.67%
GREEN value IS 70 (27.73% from 255) = 58.33%
BLUE value IS 24 (9.77% from 255) = 20%
R=21.67%
G=58.33%
B=20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2670240.6300.660.73117.3948.9418.43
Hex1A46183F04249753112
Octal32106307701021111656122
Binary11010100011011000111111010000101001001111010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,70,24); }

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

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

 a { background-color: rgb(26,70,24); }

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

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

 span { border-color: rgb(26,70,24); }

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