#1B5006

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

Shades of Myrtle #1B5006

Tints of Myrtle #1B5006

Color information

#1B5006 (or 0x1B5006) is unknown color: approx Myrtle. HEX triplet: 1B, 50 and 06. RGB value is (27,80,6). Sum of RGB (Red+Green+Blue) = 27+80+6=113 (14% of max value = 765). Red value is 27 (10.94% from 255 or 23.89% from 113); Green value is 80 (31.64% from 255 or 70.80% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 80 - color contains mainly: green. Hex color #1B5006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5006 is #E4AFF9. Grayscale: #373737. Windows color (decimal): -14987258 or 413723. OLE color: 413723.

HSL color Cylindrical-coordinate representation of color #1B5006: hue angle of 102.97º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B5006 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB27806-
CMYK0.6600.920.69
HSL102.97º86.05%16.86%-
HSV(B)102.97º92.5%31.37%-
XYZ3.355.981.15-
YUV55.7299.94107.52-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.89%
GREEN value IS 80 (31.64% from 255) = 70.80%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=23.89%
G=70.80%
B=5.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal278060.6600.920.69102.9786.0516.86
Hex1B5064205C45675611
Octal331206102013410514712621
Binary11011101000011010000100101110010001011100111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,80,6); }

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

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

 a { background-color: rgb(27,80,6); }

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

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

 span { border-color: rgb(27,80,6); }

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