#1A5E13

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

Shades of Myrtle #1A5E13

Tints of Myrtle #1A5E13

Color information

#1A5E13 (or 0x1A5E13) is unknown color: approx Myrtle. HEX triplet: 1A, 5E and 13. RGB value is (26,94,19). Sum of RGB (Red+Green+Blue) = 26+94+19=139 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.71% from 139); Green value is 94 (37.11% from 255 or 67.63% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 94 - color contains mainly: green. Hex color #1A5E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5E13 is #E5A1EC. Grayscale: #414141. Windows color (decimal): -15049197 or 1269274. OLE color: 1269274.

HSL color Cylindrical-coordinate representation of color #1A5E13: hue angle of 114.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A5E13 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB269419-
CMYK0.7200.800.63
HSL114.4º66.37%22.16%-
HSV(B)114.4º79.79%36.86%-
XYZ4.558.271.97-
YUV65.12101.97100.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.71%
GREEN value IS 94 (37.11% from 255) = 67.63%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=18.71%
G=67.63%
B=13.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2694190.7200.800.63114.466.3722.16
Hex1A5E13480503F724216
Octal321362311001207716210226
Binary110101011110100111001000010100001111111110010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,94,19); }

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

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

 a { background-color: rgb(26,94,19); }

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

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

 span { border-color: rgb(26,94,19); }

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