#1B6011

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

Shades of Myrtle #1B6011

Tints of Myrtle #1B6011

Color information

#1B6011 (or 0x1B6011) is unknown color: approx Myrtle. HEX triplet: 1B, 60 and 11. RGB value is (27,96,17). Sum of RGB (Red+Green+Blue) = 27+96+17=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 96 (37.89% from 255 or 68.57% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 96 - color contains mainly: green. Hex color #1B6011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B6011 is #E49FEE. Grayscale: #424242. Windows color (decimal): -14983151 or 1138715. OLE color: 1138715.

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

Color convert

RGB279617-
CMYK0.7200.820.62
HSL112.41º69.91%22.16%-
HSV(B)112.41º82.29%37.65%-
XYZ4.748.641.95-
YUV66.36100.1499.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.29%
GREEN value IS 96 (37.89% from 255) = 68.57%
BLUE value IS 17 (7.03% from 255) = 12.14%
R=19.29%
G=68.57%
B=12.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2796170.7200.820.62112.4169.9122.16
Hex1B6011480523E704616
Octal331402111001227616010626
Binary110111100000100011001000010100101111101110000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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