#1B4120

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

Shades of Myrtle #1B4120

Tints of Myrtle #1B4120

Color information

#1B4120 (or 0x1B4120) is unknown color: approx Myrtle. HEX triplet: 1B, 41 and 20. RGB value is (27,65,32). Sum of RGB (Red+Green+Blue) = 27+65+32=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #1B4120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4120 is #E4BEDF. Grayscale: #313131. Windows color (decimal): -14991072 or 2113819. OLE color: 2113819.

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

Color convert

RGB276532-
CMYK0.5800.510.75
HSL127.89º41.3%18.04%-
HSV(B)127.89º58.46%25.49%-
XYZ2.64.122.02-
YUV49.88117.91111.68-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.77%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=21.77%
G=52.42%
B=25.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2765320.5800.510.75127.8941.318.04
Hex1B41203A0334B802912
Octal3310140720631132005122
Binary110111000001100000111010011001110010111000000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,65,32); }

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

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

 a { background-color: rgb(27,65,32); }

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

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

 span { border-color: rgb(27,65,32); }

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