#1A4200

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

Shades of Myrtle #1A4200

Tints of Myrtle #1A4200

Color information

#1A4200 (or 0x1A4200) is unknown color: approx Myrtle. HEX triplet: 1A, 42 and 00. RGB value is (26,66,0). Sum of RGB (Red+Green+Blue) = 26+66+0=92 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.26% from 92); Green value is 66 (26.17% from 255 or 71.74% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 66 - color contains mainly: green. Hex color #1A4200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4200 is #E5BDFF. Grayscale: #2E2E2E. Windows color (decimal): -15056384 or 16922. OLE color: 16922.

HSL color Cylindrical-coordinate representation of color #1A4200: hue angle of 96.36º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A4200 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB26660-
CMYK0.61010.74
HSL96.36º100%12.94%-
HSV(B)96.36º100%25.88%-
XYZ2.374.120.67-
YUV46.52101.75113.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 28.26%
GREEN value IS 66 (26.17% from 255) = 71.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.26%
G=71.74%
B=0%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal266600.61010.7496.3610012.94
Hex1A4203D0644A6064d
Octal32102075014411214014415
Binary1101010000100111101011001001001010110000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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