#1A4E10

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

Shades of Myrtle #1A4E10

Tints of Myrtle #1A4E10

Color information

#1A4E10 (or 0x1A4E10) is unknown color: approx Myrtle. HEX triplet: 1A, 4E and 10. RGB value is (26,78,16). Sum of RGB (Red+Green+Blue) = 26+78+16=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 78 (30.86% from 255 or 65% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 78 - color contains mainly: green. Hex color #1A4E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A4E10 is #E5B1EF. Grayscale: #373737. Windows color (decimal): -15053296 or 1068570. OLE color: 1068570.

HSL color Cylindrical-coordinate representation of color #1A4E10: hue angle of 110.32º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A4E10 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB267816-
CMYK0.6700.790.69
HSL110.32º65.96%18.43%-
HSV(B)110.32º79.49%30.59%-
XYZ3.245.711.42-
YUV55.38105.77107.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.67%
GREEN value IS 78 (30.86% from 255) = 65%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=21.67%
G=65%
B=13.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2678160.6700.790.69110.3265.9618.43
Hex1A4E104304F456e4212
Octal3211620103011710515610222
Binary1101010011101000010000110100111110001011101110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,78,16); }

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

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

 a { background-color: rgb(26,78,16); }

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

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

 span { border-color: rgb(26,78,16); }

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