#1A610F

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

Shades of Myrtle #1A610F

Tints of Myrtle #1A610F

Color information

#1A610F (or 0x1A610F) is unknown color: approx Myrtle. HEX triplet: 1A, 61 and 0F. RGB value is (26,97,15). Sum of RGB (Red+Green+Blue) = 26+97+15=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 97 (38.28% from 255 or 70.29% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 97 - color contains mainly: green. Hex color #1A610F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A610F is #E59EF0. Grayscale: #424242. Windows color (decimal): -15048433 or 1007898. OLE color: 1007898.

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

Color convert

RGB269715-
CMYK0.7300.850.62
HSL111.95º73.21%21.96%-
HSV(B)111.95º84.54%38.04%-
XYZ4.798.81.9-
YUV66.4298.9899.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.84%
GREEN value IS 97 (38.28% from 255) = 70.29%
BLUE value IS 15 (6.25% from 255) = 10.87%
R=18.84%
G=70.29%
B=10.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697150.7300.850.62111.9573.2121.96
Hex1A61F490553E704916
Octal321411711101257616011126
Binary11010110000111111001001010101011111101110000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A610F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,97,15); }

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

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

 a { background-color: rgb(26,97,15); }

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

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

 span { border-color: rgb(26,97,15); }

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