#1A4701

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

Shades of Myrtle #1A4701

Tints of Myrtle #1A4701

Color information

#1A4701 (or 0x1A4701) is unknown color: approx Myrtle. HEX triplet: 1A, 47 and 01. RGB value is (26,71,1). Sum of RGB (Red+Green+Blue) = 26+71+1=98 (12% of max value = 765). Red value is 26 (10.55% from 255 or 26.53% from 98); Green value is 71 (28.12% from 255 or 72.45% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 71 - color contains mainly: green. Hex color #1A4701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4701 is #E5B8FE. Grayscale: #313131. Windows color (decimal): -15055103 or 83738. OLE color: 83738.

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

Color convert

RGB26711-
CMYK0.6300.990.72
HSL98.57º97.22%14.12%-
HSV(B)98.57º98.59%27.84%-
XYZ2.684.730.8-
YUV49.56100.59111.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 26.53%
GREEN value IS 71 (28.12% from 255) = 72.45%
BLUE value IS 1 (0.78% from 255) = 1.02%
R=26.53%
G=72.45%
B=1.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal267110.6300.990.7298.5797.2214.12
Hex1A4713F063486361e
Octal32107177014311014314116
Binary1101010001111111111011000111001000110001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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