#1A5B12

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

Shades of Myrtle #1A5B12

Tints of Myrtle #1A5B12

Color information

#1A5B12 (or 0x1A5B12) is unknown color: approx Myrtle. HEX triplet: 1A, 5B and 12. RGB value is (26,91,18). Sum of RGB (Red+Green+Blue) = 26+91+18=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 91 (35.94% from 255 or 67.41% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 91 - color contains mainly: green. Hex color #1A5B12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5B12 is #E5A4ED. Grayscale: #3F3F3F. Windows color (decimal): -15049966 or 1202970. OLE color: 1202970.

HSL color Cylindrical-coordinate representation of color #1A5B12: hue angle of 113.42º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A5B12 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB269118-
CMYK0.7100.800.64
HSL113.42º66.97%21.37%-
HSV(B)113.42º80.22%35.69%-
XYZ4.287.751.84-
YUV63.24102.47101.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.26%
GREEN value IS 91 (35.94% from 255) = 67.41%
BLUE value IS 18 (7.42% from 255) = 13.33%
R=19.26%
G=67.41%
B=13.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2691180.7100.800.64113.4266.9721.37
Hex1A5B124705040714315
Octal3213322107012010016110325
Binary1101010110111001010001110101000010000001110001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,91,18); }

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

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

 a { background-color: rgb(26,91,18); }

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

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

 span { border-color: rgb(26,91,18); }

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