#1A411A

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

Shades of Myrtle #1A411A

Tints of Myrtle #1A411A

Color information

#1A411A (or 0x1A411A) is unknown color: approx Myrtle. HEX triplet: 1A, 41 and 1A. RGB value is (26,65,26). Sum of RGB (Red+Green+Blue) = 26+65+26=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #1A411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A411A is #E5BEE5. Grayscale: #313131. Windows color (decimal): -15056614 or 1720602. OLE color: 1720602.

HSL color Cylindrical-coordinate representation of color #1A411A: hue angle of 120º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1A411A is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB266526-
CMYK0.6000.600.75
HSL120º42.86%17.84%-
HSV(B)120º60%25.49%-
XYZ2.54.071.63-
YUV48.89115.08111.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.22%
GREEN value IS 65 (25.78% from 255) = 55.56%
BLUE value IS 26 (10.55% from 255) = 22.22%
R=22.22%
G=55.56%
B=22.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2665260.6000.600.7512042.8617.84
Hex1A411A3C03C4B782b12
Octal3210132740741131705322
Binary1101010000011101011110001111001001011111100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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