#1A4612

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

Shades of Myrtle #1A4612

Tints of Myrtle #1A4612

Color information

#1A4612 (or 0x1A4612) is unknown color: approx Myrtle. HEX triplet: 1A, 46 and 12. RGB value is (26,70,18). Sum of RGB (Red+Green+Blue) = 26+70+18=114 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.81% from 114); Green value is 70 (27.73% from 255 or 61.40% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 70 - color contains mainly: green. Hex color #1A4612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4612 is #E5B9ED. Grayscale: #333333. Windows color (decimal): -15055342 or 1197594. OLE color: 1197594.

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

Color convert

RGB267018-
CMYK0.6300.740.73
HSL110.77º59.09%17.25%-
HSV(B)110.77º74.29%27.45%-
XYZ2.734.641.32-
YUV50.92109.42110.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.81%
GREEN value IS 70 (27.73% from 255) = 61.40%
BLUE value IS 18 (7.42% from 255) = 15.79%
R=22.81%
G=61.40%
B=15.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2670180.6300.740.73110.7759.0917.25
Hex1A46123F04A496f3b11
Octal32106227701121111577321
Binary11010100011010010111111010010101001001110111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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