#1B4015

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

Shades of Myrtle #1B4015

Tints of Myrtle #1B4015

Color information

#1B4015 (or 0x1B4015) is unknown color: approx Myrtle. HEX triplet: 1B, 40 and 15. RGB value is (27,64,21). Sum of RGB (Red+Green+Blue) = 27+64+21=112 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.11% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #1B4015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4015 is #E4BFEA. Grayscale: #303030. Windows color (decimal): -14991339 or 1392667. OLE color: 1392667.

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

Color convert

RGB276421-
CMYK0.5800.670.75
HSL111.63º50.59%16.67%-
HSV(B)111.63º67.19%25.1%-
XYZ2.423.951.35-
YUV48.04112.74113-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.11%
GREEN value IS 64 (25.39% from 255) = 57.14%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=24.11%
G=57.14%
B=18.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2764210.5800.670.75111.6350.5916.67
Hex1B40153A0434B703311
Octal33100257201031131606321
Binary11011100000010101111010010000111001011111000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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