#1A6314

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

Shades of Myrtle #1A6314

Tints of Myrtle #1A6314

Color information

#1A6314 (or 0x1A6314) is unknown color: approx Myrtle. HEX triplet: 1A, 63 and 14. RGB value is (26,99,20). Sum of RGB (Red+Green+Blue) = 26+99+20=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 99 (39.06% from 255 or 68.28% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 99 - color contains mainly: green. Hex color #1A6314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6314 is #E59CEB. Grayscale: #444444. Windows color (decimal): -15047916 or 1336090. OLE color: 1336090.

HSL color Cylindrical-coordinate representation of color #1A6314: hue angle of 115.44º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A6314 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB269920-
CMYK0.7400.800.61
HSL115.44º66.39%23.33%-
HSV(B)115.44º79.8%38.82%-
XYZ5.019.192.17-
YUV68.17100.8297.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.93%
GREEN value IS 99 (39.06% from 255) = 68.28%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=17.93%
G=68.28%
B=13.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2699200.7400.800.61115.4466.3923.33
Hex1A63144A0503D734217
Octal321432411201207516310227
Binary110101100011101001001010010100001111011110011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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