#1A4418

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

Shades of Myrtle #1A4418

Tints of Myrtle #1A4418

Color information

#1A4418 (or 0x1A4418) is unknown color: approx Myrtle. HEX triplet: 1A, 44 and 18. RGB value is (26,68,24). Sum of RGB (Red+Green+Blue) = 26+68+24=118 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.03% from 118); Green value is 68 (26.95% from 255 or 57.63% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 68 - color contains mainly: green. Hex color #1A4418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4418 is #E5BBE7. Grayscale: #323232. Windows color (decimal): -15055848 or 1590298. OLE color: 1590298.

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

Color convert

RGB266824-
CMYK0.6200.650.73
HSL117.27º47.83%18.04%-
HSV(B)117.27º64.71%26.67%-
XYZ2.664.421.58-
YUV50.43113.09110.58-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.03%
GREEN value IS 68 (26.95% from 255) = 57.63%
BLUE value IS 24 (9.77% from 255) = 20.34%
R=22.03%
G=57.63%
B=20.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2668240.6200.650.73117.2747.8318.04
Hex1A44183E04149753012
Octal32104307601011111656022
Binary11010100010011000111110010000011001001111010111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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