#1A4714

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

Shades of Myrtle #1A4714

Tints of Myrtle #1A4714

Color information

#1A4714 (or 0x1A4714) is unknown color: approx Myrtle. HEX triplet: 1A, 47 and 14. RGB value is (26,71,20). Sum of RGB (Red+Green+Blue) = 26+71+20=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #1A4714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4714 is #E5B8EB. Grayscale: #333333. Windows color (decimal): -15055084 or 1328922. OLE color: 1328922.

HSL color Cylindrical-coordinate representation of color #1A4714: hue angle of 112.94º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A4714 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB267120-
CMYK0.6300.720.72
HSL112.94º56.04%17.84%-
HSV(B)112.94º71.83%27.84%-
XYZ2.814.781.44-
YUV51.73110.09109.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.22%
GREEN value IS 71 (28.12% from 255) = 60.68%
BLUE value IS 20 (8.20% from 255) = 17.09%
R=22.22%
G=60.68%
B=17.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2671200.6300.720.72112.9456.0417.84
Hex1A47143F04848713812
Octal32107247701101101617022
Binary11010100011110100111111010010001001000111000111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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