#1A501A

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

Shades of Myrtle #1A501A

Tints of Myrtle #1A501A

Color information

#1A501A (or 0x1A501A) is unknown color: approx Myrtle. HEX triplet: 1A, 50 and 1A. RGB value is (26,80,26). Sum of RGB (Red+Green+Blue) = 26+80+26=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #1A501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A501A is #E5AFE5. Grayscale: #393939. Windows color (decimal): -15052774 or 1724442. OLE color: 1724442.

HSL color Cylindrical-coordinate representation of color #1A501A: hue angle of 120º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A501A is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB268026-
CMYK0.6700.670.69
HSL120º50.94%20.78%-
HSV(B)120º67.5%31.37%-
XYZ3.486.031.96-
YUV57.7110.11105.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.70%
GREEN value IS 80 (31.64% from 255) = 60.61%
BLUE value IS 26 (10.55% from 255) = 19.70%
R=19.70%
G=60.61%
B=19.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2680260.6700.670.6912050.9420.78
Hex1A501A4304345783315
Octal321203210301031051706325
Binary110101010000110101000011010000111000101111100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,80,26); }

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

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

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

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

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

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

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