#1B3713

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

Shades of Myrtle #1B3713

Tints of Myrtle #1B3713

Color information

#1B3713 (or 0x1B3713) is unknown color: approx Myrtle. HEX triplet: 1B, 37 and 13. RGB value is (27,55,19). Sum of RGB (Red+Green+Blue) = 27+55+19=101 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.73% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #1B3713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3713 is #E4C8EC. Grayscale: #2A2A2A. Windows color (decimal): -14993645 or 1259291. OLE color: 1259291.

HSL color Cylindrical-coordinate representation of color #1B3713: hue angle of 106.67º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B3713 is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB275519-
CMYK0.5100.650.78
HSL106.67º48.65%14.51%-
HSV(B)106.67º65.45%21.57%-
XYZ1.943.011.1-
YUV42.52114.72116.93-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 26.73%
GREEN value IS 55 (21.88% from 255) = 54.46%
BLUE value IS 19 (7.81% from 255) = 18.81%
R=26.73%
G=54.46%
B=18.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2755190.5100.650.78106.6748.6514.51
Hex1B3713330414E6b31f
Octal3367236301011161536117
Binary110111101111001111001101000001100111011010111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,55,19); }

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

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

 a { background-color: rgb(27,55,19); }

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

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

 span { border-color: rgb(27,55,19); }

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