#1A6215

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

Shades of Myrtle #1A6215

Tints of Myrtle #1A6215

Color information

#1A6215 (or 0x1A6215) is unknown color: approx Myrtle. HEX triplet: 1A, 62 and 15. RGB value is (26,98,21). Sum of RGB (Red+Green+Blue) = 26+98+21=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 98 (38.67% from 255 or 67.59% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 98 - color contains mainly: green. Hex color #1A6215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6215 is #E59DEA. Grayscale: #434343. Windows color (decimal): -15048171 or 1401370. OLE color: 1401370.

HSL color Cylindrical-coordinate representation of color #1A6215: hue angle of 116.1º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A6215 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB269821-
CMYK0.7300.790.62
HSL116.1º64.71%23.33%-
HSV(B)116.1º78.57%38.43%-
XYZ4.939.012.19-
YUV67.69101.6598.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.93%
GREEN value IS 98 (38.67% from 255) = 67.59%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=17.93%
G=67.59%
B=14.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2698210.7300.790.62116.164.7123.33
Hex1A62154904F3E744117
Octal321422511101177616410127
Binary110101100010101011001001010011111111101110100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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