#1A4A00

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

Shades of Myrtle #1A4A00

Tints of Myrtle #1A4A00

Color information

#1A4A00 (or 0x1A4A00) is unknown color: approx Myrtle. HEX triplet: 1A, 4A and 00. RGB value is (26,74,0). Sum of RGB (Red+Green+Blue) = 26+74+0=100 (13% of max value = 765). Red value is 26 (10.55% from 255 or 26% from 100); Green value is 74 (29.30% from 255 or 74% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 74 - color contains mainly: green. Hex color #1A4A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4A00 is #E5B5FF. Grayscale: #333333. Windows color (decimal): -15054336 or 18970. OLE color: 18970.

HSL color Cylindrical-coordinate representation of color #1A4A00: hue angle of 98.92º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A4A00 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB26740-
CMYK0.65010.71
HSL98.92º100%14.51%-
HSV(B)98.92º100%29.02%-
XYZ2.875.120.84-
YUV51.2199.1110.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 26%
GREEN value IS 74 (29.30% from 255) = 74%
BLUE value IS 0 (0.39% from 255) = 0%
R=26%
G=74%
B=0%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal267400.65010.7198.9210014.51
Hex1A4A041064476364f
Octal321120101014410714314417
Binary11010100101001000001011001001000111110001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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