#1A521D

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

Shades of Myrtle #1A521D

Tints of Myrtle #1A521D

Color information

#1A521D (or 0x1A521D) is unknown color: approx Myrtle. HEX triplet: 1A, 52 and 1D. RGB value is (26,82,29). Sum of RGB (Red+Green+Blue) = 26+82+29=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 82 (32.42% from 255 or 59.85% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 82 - color contains mainly: green. Hex color #1A521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A521D is #E5ADE2. Grayscale: #3B3B3B. Windows color (decimal): -15052259 or 1921562. OLE color: 1921562.

HSL color Cylindrical-coordinate representation of color #1A521D: hue angle of 123.21º 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 #1A521D is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB268229-
CMYK0.6800.650.68
HSL123.21º51.85%21.18%-
HSV(B)123.21º68.29%32.16%-
XYZ3.676.342.19-
YUV59.21110.95104.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.98%
GREEN value IS 82 (32.42% from 255) = 59.85%
BLUE value IS 29 (11.72% from 255) = 21.17%
R=18.98%
G=59.85%
B=21.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2682290.6800.650.68123.2151.8521.18
Hex1A521D44041447b3415
Octal321223510401011041736425
Binary110101010010111011000100010000011000100111101111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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