#1B5510

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

Shades of Myrtle #1B5510

Tints of Myrtle #1B5510

Color information

#1B5510 (or 0x1B5510) is unknown color: approx Myrtle. HEX triplet: 1B, 55 and 10. RGB value is (27,85,16). Sum of RGB (Red+Green+Blue) = 27+85+16=128 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.09% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #1B5510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5510 is #E4AAEF. Grayscale: #3C3C3C. Windows color (decimal): -14985968 or 1070363. OLE color: 1070363.

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

Color convert

RGB278516-
CMYK0.6800.810.67
HSL110.43º68.32%19.8%-
HSV(B)110.43º81.18%33.33%-
XYZ3.796.771.6-
YUV59.79103.28104.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.09%
GREEN value IS 85 (33.59% from 255) = 66.41%
BLUE value IS 16 (6.64% from 255) = 12.5%
R=21.09%
G=66.41%
B=12.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2785160.6800.810.67110.4368.3219.8
Hex1B551044051436e4414
Octal3312520104012110315610424
Binary1101110101011000010001000101000110000111101110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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