#1B3414

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

Shades of Myrtle #1B3414

Tints of Myrtle #1B3414

Color information

#1B3414 (or 0x1B3414) is unknown color: approx Myrtle. HEX triplet: 1B, 34 and 14. RGB value is (27,52,20). Sum of RGB (Red+Green+Blue) = 27+52+20=99 (13% of max value = 765). Red value is 27 (10.94% from 255 or 27.27% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #1B3414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3414 is #E4CBEB. Grayscale: #282828. Windows color (decimal): -14994412 or 1324059. OLE color: 1324059.

HSL color Cylindrical-coordinate representation of color #1B3414: hue angle of 106.88º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B3414 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB275220-
CMYK0.4800.620.80
HSL106.88º44.44%14.12%-
HSV(B)106.88º61.54%20.39%-
XYZ1.812.741.1-
YUV40.88116.22118.1-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 27.27%
GREEN value IS 52 (20.70% from 255) = 52.53%
BLUE value IS 20 (8.20% from 255) = 20.20%
R=27.27%
G=52.53%
B=20.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2752200.4800.620.80106.8844.4414.12
Hex1B34143003E506b2ce
Octal336424600761201535416
Binary11011110100101001100000111110101000011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,52,20); }

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

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

 a { background-color: rgb(27,52,20); }

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

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

 span { border-color: rgb(27,52,20); }

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