#1B3214

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

Shades of Myrtle #1B3214

Tints of Myrtle #1B3214

Color information

#1B3214 (or 0x1B3214) is unknown color: approx Myrtle. HEX triplet: 1B, 32 and 14. RGB value is (27,50,20). Sum of RGB (Red+Green+Blue) = 27+50+20=97 (12% of max value = 765). Red value is 27 (10.94% from 255 or 27.84% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #1B3214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3214 is #E4CDEB. Grayscale: #272727. Windows color (decimal): -14994924 or 1323547. OLE color: 1323547.

HSL color Cylindrical-coordinate representation of color #1B3214: hue angle of 106º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B3214 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB275020-
CMYK0.4600.600.80
HSL106º42.86%13.73%-
HSV(B)106º60%19.61%-
XYZ1.722.561.07-
YUV39.7116.88118.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 27.84%
GREEN value IS 50 (19.92% from 255) = 51.55%
BLUE value IS 20 (8.20% from 255) = 20.62%
R=27.84%
G=51.55%
B=20.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2750200.4600.600.8010642.8613.73
Hex1B32142E03C506a2be
Octal336224560741201525316
Binary11011110010101001011100111100101000011010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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