#1A6216

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

Shades of Myrtle #1A6216

Tints of Myrtle #1A6216

Color information

#1A6216 (or 0x1A6216) is unknown color: approx Myrtle. HEX triplet: 1A, 62 and 16. RGB value is (26,98,22). Sum of RGB (Red+Green+Blue) = 26+98+22=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 98 (38.67% from 255 or 67.12% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 98 - color contains mainly: green. Hex color #1A6216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6216 is #E59DE9. Grayscale: #444444. Windows color (decimal): -15048170 or 1466906. OLE color: 1466906.

HSL color Cylindrical-coordinate representation of color #1A6216: hue angle of 116.84º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A6216 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB269822-
CMYK0.7300.780.62
HSL116.84º63.33%23.53%-
HSV(B)116.84º77.55%38.43%-
XYZ4.949.012.24-
YUV67.81102.1598.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.81%
GREEN value IS 98 (38.67% from 255) = 67.12%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=17.81%
G=67.12%
B=15.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2698220.7300.780.62116.8463.3323.53
Hex1A62164904E3E753f18
Octal32142261110116761657730
Binary11010110001010110100100101001110111110111010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,98,22); }

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

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

 a { background-color: rgb(26,98,22); }

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

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

 span { border-color: rgb(26,98,22); }

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