#1B5520

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

Shades of Myrtle #1B5520

Tints of Myrtle #1B5520

Color information

#1B5520 (or 0x1B5520) is unknown color: approx Myrtle. HEX triplet: 1B, 55 and 20. RGB value is (27,85,32). Sum of RGB (Red+Green+Blue) = 27+85+32=144 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.75% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #1B5520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5520 is #E4AADF. Grayscale: #3D3D3D. Windows color (decimal): -14985952 or 2118939. OLE color: 2118939.

HSL color Cylindrical-coordinate representation of color #1B5520: hue angle of 125.17º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B5520 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB278532-
CMYK0.6800.620.67
HSL125.17º51.79%21.96%-
HSV(B)125.17º68.24%33.33%-
XYZ3.966.832.48-
YUV61.62111.28103.31-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.75%
GREEN value IS 85 (33.59% from 255) = 59.03%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=18.75%
G=59.03%
B=22.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2785320.6800.620.67125.1751.7921.96
Hex1B55204403E437d3416
Octal33125401040761031756426
Binary110111010101100000100010001111101000011111110111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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