#1A4A15

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

Shades of Myrtle #1A4A15

Tints of Myrtle #1A4A15

Color information

#1A4A15 (or 0x1A4A15) is unknown color: approx Myrtle. HEX triplet: 1A, 4A and 15. RGB value is (26,74,21). Sum of RGB (Red+Green+Blue) = 26+74+21=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 74 (29.30% from 255 or 61.16% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 74 - color contains mainly: green. Hex color #1A4A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4A15 is #E5B5EA. Grayscale: #353535. Windows color (decimal): -15054315 or 1395226. OLE color: 1395226.

HSL color Cylindrical-coordinate representation of color #1A4A15: hue angle of 114.34º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A4A15 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB267421-
CMYK0.6500.720.71
HSL114.34º55.79%18.63%-
HSV(B)114.34º71.62%29.02%-
XYZ3.015.171.55-
YUV53.61109.6108.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.49%
GREEN value IS 74 (29.30% from 255) = 61.16%
BLUE value IS 21 (8.59% from 255) = 17.36%
R=21.49%
G=61.16%
B=17.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2674210.6500.720.71114.3455.7918.63
Hex1A4A154104847723813
Octal321122510101101071627023
Binary110101001010101011000001010010001000111111001011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,74,21); }

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

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

 a { background-color: rgb(26,74,21); }

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

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

 span { border-color: rgb(26,74,21); }

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