#1A491B

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

Shades of Myrtle #1A491B

Tints of Myrtle #1A491B

Color information

#1A491B (or 0x1A491B) is unknown color: approx Myrtle. HEX triplet: 1A, 49 and 1B. RGB value is (26,73,27). Sum of RGB (Red+Green+Blue) = 26+73+27=126 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.63% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #1A491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A491B is #E5B6E4. Grayscale: #353535. Windows color (decimal): -15054565 or 1788186. OLE color: 1788186.

HSL color Cylindrical-coordinate representation of color #1A491B: hue angle of 121.28º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A491B is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB267327-
CMYK0.6400.630.71
HSL121.28º47.47%19.41%-
HSV(B)121.28º64.38%28.63%-
XYZ3.015.061.86-
YUV53.7112.93108.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.63%
GREEN value IS 73 (28.91% from 255) = 57.94%
BLUE value IS 27 (10.94% from 255) = 21.43%
R=20.63%
G=57.94%
B=21.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2673270.6400.630.71121.2847.4719.41
Hex1A491B4003F47792f13
Octal32111331000771071715723
Binary11010100100111011100000001111111000111111100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A491B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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