#1B501D

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

Shades of Myrtle #1B501D

Tints of Myrtle #1B501D

Color information

#1B501D (or 0x1B501D) is unknown color: approx Myrtle. HEX triplet: 1B, 50 and 1D. RGB value is (27,80,29). Sum of RGB (Red+Green+Blue) = 27+80+29=136 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.85% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #1B501D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B501D is #E4AFE2. Grayscale: #3A3A3A. Windows color (decimal): -14987235 or 1921051. OLE color: 1921051.

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

Color convert

RGB278029-
CMYK0.6600.640.69
HSL122.26º49.53%20.98%-
HSV(B)122.26º66.25%31.37%-
XYZ3.546.062.15-
YUV58.34111.44105.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.85%
GREEN value IS 80 (31.64% from 255) = 58.82%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=19.85%
G=58.82%
B=21.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2780290.6600.640.69122.2649.5320.98
Hex1B501D42040457a3215
Octal331203510201001051726225
Binary110111010000111011000010010000001000101111101011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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