#1A5215

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

Shades of Myrtle #1A5215

Tints of Myrtle #1A5215

Color information

#1A5215 (or 0x1A5215) is unknown color: approx Myrtle. HEX triplet: 1A, 52 and 15. RGB value is (26,82,21). Sum of RGB (Red+Green+Blue) = 26+82+21=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 82 (32.42% from 255 or 63.57% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 82 - color contains mainly: green. Hex color #1A5215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5215 is #E5ADEA. Grayscale: #3A3A3A. Windows color (decimal): -15052267 or 1397274. OLE color: 1397274.

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

Color convert

RGB268221-
CMYK0.6800.740.68
HSL115.08º59.22%20.2%-
HSV(B)115.08º74.39%32.16%-
XYZ3.586.311.74-
YUV58.3106.95104.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.16%
GREEN value IS 82 (32.42% from 255) = 63.57%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=20.16%
G=63.57%
B=16.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2682210.6800.740.68115.0859.2220.2
Hex1A52154404A44733b14
Octal321222510401121041637324
Binary110101010010101011000100010010101000100111001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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