#1A5711

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

Shades of Myrtle #1A5711

Tints of Myrtle #1A5711

Color information

#1A5711 (or 0x1A5711) is unknown color: approx Myrtle. HEX triplet: 1A, 57 and 11. RGB value is (26,87,17). Sum of RGB (Red+Green+Blue) = 26+87+17=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 87 (34.38% from 255 or 66.92% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 87 - color contains mainly: green. Hex color #1A5711 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5711 is #E5A8EE. Grayscale: #3C3C3C. Windows color (decimal): -15050991 or 1136410. OLE color: 1136410.

HSL color Cylindrical-coordinate representation of color #1A5711: hue angle of 112.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A5711 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB268717-
CMYK0.7000.800.66
HSL112.29º67.31%20.39%-
HSV(B)112.29º80.46%34.12%-
XYZ3.947.081.69-
YUV60.78103.29103.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20%
GREEN value IS 87 (34.38% from 255) = 66.92%
BLUE value IS 17 (7.03% from 255) = 13.08%
R=20%
G=66.92%
B=13.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2687170.7000.800.66112.2967.3120.39
Hex1A57114605042704314
Octal3212721106012010216010324
Binary1101010101111000110001100101000010000101110000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,87,17); }

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

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

 a { background-color: rgb(26,87,17); }

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

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

 span { border-color: rgb(26,87,17); }

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