#1A421C

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

Shades of Myrtle #1A421C

Tints of Myrtle #1A421C

Color information

#1A421C (or 0x1A421C) is unknown color: approx Myrtle. HEX triplet: 1A, 42 and 1C. RGB value is (26,66,28). Sum of RGB (Red+Green+Blue) = 26+66+28=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #1A421C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A421C is #E5BDE3. Grayscale: #313131. Windows color (decimal): -15056356 or 1851930. OLE color: 1851930.

HSL color Cylindrical-coordinate representation of color #1A421C: hue angle of 123º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A421C is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB266628-
CMYK0.6100.580.74
HSL123º43.48%18.04%-
HSV(B)123º60.61%25.88%-
XYZ2.584.21.77-
YUV49.71115.75111.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.67%
GREEN value IS 66 (26.17% from 255) = 55%
BLUE value IS 28 (11.33% from 255) = 23.33%
R=21.67%
G=55%
B=23.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2666280.6100.580.7412343.4818.04
Hex1A421C3D03A4A7b2b12
Octal3210234750721121735322
Binary1101010000101110011110101110101001010111101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,66,28); }

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

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

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

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

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

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

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