#1B5516

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

Shades of Myrtle #1B5516

Tints of Myrtle #1B5516

Color information

#1B5516 (or 0x1B5516) is unknown color: approx Myrtle. HEX triplet: 1B, 55 and 16. RGB value is (27,85,22). Sum of RGB (Red+Green+Blue) = 27+85+22=134 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.15% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #1B5516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5516 is #E4AAE9. Grayscale: #3C3C3C. Windows color (decimal): -14985962 or 1463579. OLE color: 1463579.

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

Color convert

RGB278522-
CMYK0.6800.740.67
HSL115.24º58.88%20.98%-
HSV(B)115.24º74.12%33.33%-
XYZ3.856.791.87-
YUV60.48106.28104.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20.15%
GREEN value IS 85 (33.59% from 255) = 63.43%
BLUE value IS 22 (8.98% from 255) = 16.42%
R=20.15%
G=63.43%
B=16.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2785220.6800.740.67115.2458.8820.98
Hex1B55164404A43733b15
Octal331252610401121031637325
Binary110111010101101101000100010010101000011111001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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