#1B4011

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

Shades of Myrtle #1B4011

Tints of Myrtle #1B4011

Color information

#1B4011 (or 0x1B4011) is unknown color: approx Myrtle. HEX triplet: 1B, 40 and 11. RGB value is (27,64,17). Sum of RGB (Red+Green+Blue) = 27+64+17=108 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #1B4011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4011 is #E4BFEE. Grayscale: #2F2F2F. Windows color (decimal): -14991343 or 1130523. OLE color: 1130523.

HSL color Cylindrical-coordinate representation of color #1B4011: hue angle of 107.23º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B4011 is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB276417-
CMYK0.5800.730.75
HSL107.23º58.02%15.88%-
HSV(B)107.23º73.44%25.1%-
XYZ2.393.941.17-
YUV47.58110.74113.32-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25%
GREEN value IS 64 (25.39% from 255) = 59.26%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=25%
G=59.26%
B=15.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2764170.5800.730.75107.2358.0215.88
Hex1B40113A0494B6b3a10
Octal33100217201111131537220
Binary11011100000010001111010010010011001011110101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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