#1A411B

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

Shades of Myrtle #1A411B

Tints of Myrtle #1A411B

Color information

#1A411B (or 0x1A411B) is unknown color: approx Myrtle. HEX triplet: 1A, 41 and 1B. RGB value is (26,65,27). Sum of RGB (Red+Green+Blue) = 26+65+27=118 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.03% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #1A411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A411B is #E5BEE4. Grayscale: #313131. Windows color (decimal): -15056613 or 1786138. OLE color: 1786138.

HSL color Cylindrical-coordinate representation of color #1A411B: hue angle of 121.54º 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 #1A411B is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB266527-
CMYK0.6000.580.75
HSL121.54º42.86%17.84%-
HSV(B)121.54º60%25.49%-
XYZ2.514.081.69-
YUV49.01115.58111.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.03%
GREEN value IS 65 (25.78% from 255) = 55.08%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=22.03%
G=55.08%
B=22.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2665270.6000.580.75121.5442.8617.84
Hex1A411B3C03A4B7a2b12
Octal3210133740721131725322
Binary1101010000011101111110001110101001011111101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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