#1A6014

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

Shades of Myrtle #1A6014

Tints of Myrtle #1A6014

Color information

#1A6014 (or 0x1A6014) is unknown color: approx Myrtle. HEX triplet: 1A, 60 and 14. RGB value is (26,96,20). Sum of RGB (Red+Green+Blue) = 26+96+20=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 96 (37.89% from 255 or 67.61% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6014 is #E59FEB. Grayscale: #424242. Windows color (decimal): -15048684 or 1335322. OLE color: 1335322.

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

Color convert

RGB269620-
CMYK0.7300.790.62
HSL115.26º65.52%22.75%-
HSV(B)115.26º79.17%37.65%-
XYZ4.748.642.08-
YUV66.41101.8199.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.31%
GREEN value IS 96 (37.89% from 255) = 67.61%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=18.31%
G=67.61%
B=14.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696200.7300.790.62115.2665.5222.75
Hex1A60144904F3E734217
Octal321402411101177616310227
Binary110101100000101001001001010011111111101110011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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