#1A4602

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

Shades of Myrtle #1A4602

Tints of Myrtle #1A4602

Color information

#1A4602 (or 0x1A4602) is unknown color: approx Myrtle. HEX triplet: 1A, 46 and 02. RGB value is (26,70,2). Sum of RGB (Red+Green+Blue) = 26+70+2=98 (12% of max value = 765). Red value is 26 (10.55% from 255 or 26.53% from 98); Green value is 70 (27.73% from 255 or 71.43% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 70 - color contains mainly: green. Hex color #1A4602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4602 is #E5B9FD. Grayscale: #313131. Windows color (decimal): -15055358 or 149018. OLE color: 149018.

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

Color convert

RGB26702-
CMYK0.6300.970.73
HSL98.82º94.44%14.12%-
HSV(B)98.82º97.14%27.45%-
XYZ2.634.60.81-
YUV49.09101.42111.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 26.53%
GREEN value IS 70 (27.73% from 255) = 71.43%
BLUE value IS 2 (1.17% from 255) = 2.04%
R=26.53%
G=71.43%
B=2.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal267020.6300.970.7398.8294.4414.12
Hex1A4623F06149635ee
Octal32106277014111114313616
Binary11010100011010111111011000011001001110001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,70,2); }

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

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

 a { background-color: rgb(26,70,2); }

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

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

 span { border-color: rgb(26,70,2); }

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