#1A521A

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

Shades of Myrtle #1A521A

Tints of Myrtle #1A521A

Color information

#1A521A (or 0x1A521A) is unknown color: approx Myrtle. HEX triplet: 1A, 52 and 1A. RGB value is (26,82,26). Sum of RGB (Red+Green+Blue) = 26+82+26=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 82 (32.42% from 255 or 61.19% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 82 - color contains mainly: green. Hex color #1A521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A521A is #E5ADE5. Grayscale: #3B3B3B. Windows color (decimal): -15052262 or 1724954. OLE color: 1724954.

HSL color Cylindrical-coordinate representation of color #1A521A: hue angle of 120º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A521A is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB268226-
CMYK0.6800.680.68
HSL120º51.85%21.18%-
HSV(B)120º68.29%32.16%-
XYZ3.636.332.01-
YUV58.87109.45104.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.40%
GREEN value IS 82 (32.42% from 255) = 61.19%
BLUE value IS 26 (10.55% from 255) = 19.40%
R=19.40%
G=61.19%
B=19.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2682260.6800.680.6812051.8521.18
Hex1A521A4404444783415
Octal321223210401041041706425
Binary110101010010110101000100010001001000100111100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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