#1A401A

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

Shades of Myrtle #1A401A

Tints of Myrtle #1A401A

Color information

#1A401A (or 0x1A401A) is unknown color: approx Myrtle. HEX triplet: 1A, 40 and 1A. RGB value is (26,64,26). Sum of RGB (Red+Green+Blue) = 26+64+26=116 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.41% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #1A401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A401A is #E5BFE5. Grayscale: #303030. Windows color (decimal): -15056870 or 1720346. OLE color: 1720346.

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

Color convert

RGB266426-
CMYK0.5900.590.75
HSL120º42.22%17.65%-
HSV(B)120º59.38%25.1%-
XYZ2.453.961.61-
YUV48.31115.41112.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.41%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 26 (10.55% from 255) = 22.41%
R=22.41%
G=55.17%
B=22.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2664260.5900.590.7512042.2217.65
Hex1A401A3B03B4B782a12
Octal3210032730731131705222
Binary1101010000001101011101101110111001011111100010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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