#1A5018

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

Shades of Myrtle #1A5018

Tints of Myrtle #1A5018

Color information

#1A5018 (or 0x1A5018) is unknown color: approx Myrtle. HEX triplet: 1A, 50 and 18. RGB value is (26,80,24). Sum of RGB (Red+Green+Blue) = 26+80+24=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 80 (31.64% from 255 or 61.54% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 80 - color contains mainly: green. Hex color #1A5018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5018 is #E5AFE7. Grayscale: #393939. Windows color (decimal): -15052776 or 1593370. OLE color: 1593370.

HSL color Cylindrical-coordinate representation of color #1A5018: hue angle of 117.86º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A5018 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB268024-
CMYK0.6700.700.69
HSL117.86º53.85%20.39%-
HSV(B)117.86º70%31.37%-
XYZ3.466.021.84-
YUV57.47109.11105.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20%
GREEN value IS 80 (31.64% from 255) = 61.54%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=20%
G=61.54%
B=18.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2680240.6700.700.69117.8653.8520.39
Hex1A50184304645763614
Octal321203010301061051666624
Binary110101010000110001000011010001101000101111011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,80,24); }

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

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

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

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

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

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

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