#1A521E

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

Shades of Myrtle #1A521E

Tints of Myrtle #1A521E

Color information

#1A521E (or 0x1A521E) is unknown color: approx Myrtle. HEX triplet: 1A, 52 and 1E. RGB value is (26,82,30). Sum of RGB (Red+Green+Blue) = 26+82+30=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #1A521E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A521E is #E5ADE1. Grayscale: #3B3B3B. Windows color (decimal): -15052258 or 1987098. OLE color: 1987098.

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

Color convert

RGB268230-
CMYK0.6800.630.68
HSL124.29º51.85%21.18%-
HSV(B)124.29º68.29%32.16%-
XYZ3.686.352.26-
YUV59.33111.45104.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.84%
GREEN value IS 82 (32.42% from 255) = 59.42%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=18.84%
G=59.42%
B=21.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2682300.6800.630.68124.2951.8521.18
Hex1A521E4403F447c3415
Octal32122361040771041746425
Binary11010101001011110100010001111111000100111110011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A521E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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