#1B6411

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

Shades of Myrtle #1B6411

Tints of Myrtle #1B6411

Color information

#1B6411 (or 0x1B6411) is unknown color: approx Myrtle. HEX triplet: 1B, 64 and 11. RGB value is (27,100,17). Sum of RGB (Red+Green+Blue) = 27+100+17=144 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.75% from 144); Green value is 100 (39.45% from 255 or 69.44% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 100 - color contains mainly: green. Hex color #1B6411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B6411 is #E49BEE. Grayscale: #444444. Windows color (decimal): -14982127 or 1139739. OLE color: 1139739.

HSL color Cylindrical-coordinate representation of color #1B6411: hue angle of 112.77º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B6411 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB2710017-
CMYK0.7300.830.61
HSL112.77º70.94%22.94%-
HSV(B)112.77º83%39.22%-
XYZ5.119.392.07-
YUV68.7198.8298.25-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.75%
GREEN value IS 100 (39.45% from 255) = 69.44%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=18.75%
G=69.44%
B=11.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal27100170.7300.830.61112.7770.9422.94
Hex1B6411490533D714717
Octal331442111101237516110727
Binary110111100100100011001001010100111111011110001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,100,17); }

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

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

 a { background-color: rgb(27,100,17); }

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

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

 span { border-color: rgb(27,100,17); }

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