#1A581A

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

Shades of Myrtle #1A581A

Tints of Myrtle #1A581A

Color information

#1A581A (or 0x1A581A) is unknown color: approx Myrtle. HEX triplet: 1A, 58 and 1A. RGB value is (26,88,26). Sum of RGB (Red+Green+Blue) = 26+88+26=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 88 (34.77% from 255 or 62.86% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 88 - color contains mainly: green. Hex color #1A581A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A581A is #E5A7E5. Grayscale: #3E3E3E. Windows color (decimal): -15050726 or 1726490. OLE color: 1726490.

HSL color Cylindrical-coordinate representation of color #1A581A: hue angle of 120º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A581A is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB268826-
CMYK0.7000.700.65
HSL120º54.39%22.35%-
HSV(B)120º70.45%34.51%-
XYZ4.17.272.17-
YUV62.39107.46102.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.57%
GREEN value IS 88 (34.77% from 255) = 62.86%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=18.57%
G=62.86%
B=18.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2688260.7000.700.6512054.3922.35
Hex1A581A4604641783616
Octal321303210601061011706626
Binary110101011000110101000110010001101000001111100011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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