#1A601B

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

Shades of Myrtle #1A601B

Tints of Myrtle #1A601B

Color information

#1A601B (or 0x1A601B) is unknown color: approx Myrtle. HEX triplet: 1A, 60 and 1B. RGB value is (26,96,27). Sum of RGB (Red+Green+Blue) = 26+96+27=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #1A601B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A601B is #E59FE4. Grayscale: #434343. Windows color (decimal): -15048677 or 1794074. OLE color: 1794074.

HSL color Cylindrical-coordinate representation of color #1A601B: hue angle of 120.86º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A601B is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB269627-
CMYK0.7300.720.62
HSL120.86º57.38%23.92%-
HSV(B)120.86º72.92%37.65%-
XYZ4.818.662.46-
YUV67.2105.3198.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.45%
GREEN value IS 96 (37.89% from 255) = 64.43%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=17.45%
G=64.43%
B=18.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696270.7300.720.62120.8657.3823.92
Hex1A601B490483E793918
Octal32140331110110761717130
Binary11010110000011011100100101001000111110111100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,96,27); }

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

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

 a { background-color: rgb(26,96,27); }

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

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

 span { border-color: rgb(26,96,27); }

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