#1B3213

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

Shades of Myrtle #1B3213

Tints of Myrtle #1B3213

Color information

#1B3213 (or 0x1B3213) is unknown color: approx Myrtle. HEX triplet: 1B, 32 and 13. RGB value is (27,50,19). Sum of RGB (Red+Green+Blue) = 27+50+19=96 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.12% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #1B3213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3213 is #E4CDEC. Grayscale: #272727. Windows color (decimal): -14994925 or 1258011. OLE color: 1258011.

HSL color Cylindrical-coordinate representation of color #1B3213: hue angle of 104.52º degrees, saturation: 0.45, 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 #1B3213 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB275019-
CMYK0.4600.620.80
HSL104.52º44.93%13.53%-
HSV(B)104.52º62%19.61%-
XYZ1.712.561.02-
YUV39.59116.38119.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 28.12%
GREEN value IS 50 (19.92% from 255) = 52.08%
BLUE value IS 19 (7.81% from 255) = 19.79%
R=28.12%
G=52.08%
B=19.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2750190.4600.620.80104.5244.9313.53
Hex1B32132E03E50692de
Octal336223560761201515516
Binary11011110010100111011100111110101000011010011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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