#1A4700

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

Shades of Myrtle #1A4700

Tints of Myrtle #1A4700

Color information

#1A4700 (or 0x1A4700) is unknown color: approx Myrtle. HEX triplet: 1A, 47 and 00. RGB value is (26,71,0). Sum of RGB (Red+Green+Blue) = 26+71+0=97 (12% of max value = 765). Red value is 26 (10.55% from 255 or 26.80% from 97); Green value is 71 (28.12% from 255 or 73.20% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 71 - color contains mainly: green. Hex color #1A4700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4700 is #E5B8FF. Grayscale: #313131. Windows color (decimal): -15055104 or 18202. OLE color: 18202.

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

Color convert

RGB26710-
CMYK0.63010.72
HSL98.03º100%13.92%-
HSV(B)98.03º100%27.84%-
XYZ2.684.730.77-
YUV49.45100.09111.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 26.80%
GREEN value IS 71 (28.12% from 255) = 73.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.80%
G=73.20%
B=0%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal267100.63010.7298.0310013.92
Hex1A4703F064486264e
Octal32107077014411014214416
Binary1101010001110111111011001001001000110001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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