#1B350D

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

Shades of Myrtle #1B350D

Tints of Myrtle #1B350D

Color information

#1B350D (or 0x1B350D) is unknown color: approx Myrtle. HEX triplet: 1B, 35 and 0D. RGB value is (27,53,13). Sum of RGB (Red+Green+Blue) = 27+53+13=93 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.03% from 93); Green value is 53 (21.09% from 255 or 56.99% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 53 - color contains mainly: green. Hex color #1B350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B350D is #E4CAF2. Grayscale: #282828. Windows color (decimal): -14994163 or 865563. OLE color: 865563.

HSL color Cylindrical-coordinate representation of color #1B350D: hue angle of 99º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B350D is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB275313-
CMYK0.4900.750.79
HSL99º60.61%12.94%-
HSV(B)99º75.47%20.78%-
XYZ1.82.810.83-
YUV40.67112.39118.25-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 29.03%
GREEN value IS 53 (21.09% from 255) = 56.99%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=29.03%
G=56.99%
B=13.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2753130.4900.750.799960.6112.94
Hex1B35D3104B4F633dd
Octal3365156101131171437515
Binary11011110101110111000101001011100111111000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,53,13); }

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

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

 a { background-color: rgb(27,53,13); }

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

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

 span { border-color: rgb(27,53,13); }

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