#1A4015

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

Shades of Myrtle #1A4015

Tints of Myrtle #1A4015

Color information

#1A4015 (or 0x1A4015) is unknown color: approx Myrtle. HEX triplet: 1A, 40 and 15. RGB value is (26,64,21). Sum of RGB (Red+Green+Blue) = 26+64+21=111 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.42% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #1A4015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4015 is #E5BFEA. Grayscale: #2F2F2F. Windows color (decimal): -15056875 or 1392666. OLE color: 1392666.

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

Color convert

RGB266421-
CMYK0.5900.670.75
HSL113.02º50.59%16.67%-
HSV(B)113.02º67.19%25.1%-
XYZ2.393.941.34-
YUV47.74112.91112.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.42%
GREEN value IS 64 (25.39% from 255) = 57.66%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=23.42%
G=57.66%
B=18.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2664210.5900.670.75113.0250.5916.67
Hex1A40153B0434B713311
Octal32100257301031131616321
Binary11010100000010101111011010000111001011111000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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