#1B500D

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

Shades of Myrtle #1B500D

Tints of Myrtle #1B500D

Color information

#1B500D (or 0x1B500D) is unknown color: approx Myrtle. HEX triplet: 1B, 50 and 0D. RGB value is (27,80,13). Sum of RGB (Red+Green+Blue) = 27+80+13=120 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.5% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #1B500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B500D is #E4AFF2. Grayscale: #383838. Windows color (decimal): -14987251 or 872475. OLE color: 872475.

HSL color Cylindrical-coordinate representation of color #1B500D: hue angle of 107.46º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B500D is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB278013-
CMYK0.6600.840.69
HSL107.46º72.04%18.24%-
HSV(B)107.46º83.75%31.37%-
XYZ3.3961.36-
YUV56.51103.44106.95-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.5%
GREEN value IS 80 (31.64% from 255) = 66.67%
BLUE value IS 13 (5.47% from 255) = 10.83%
R=22.5%
G=66.67%
B=10.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2780130.6600.840.69107.4672.0418.24
Hex1B50D42054456b4812
Octal3312015102012410515311022
Binary110111010000110110000100101010010001011101011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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