#1B361B

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

Shades of Myrtle #1B361B

Tints of Myrtle #1B361B

Color information

#1B361B (or 0x1B361B) is unknown color: approx Myrtle. HEX triplet: 1B, 36 and 1B. RGB value is (27,54,27). Sum of RGB (Red+Green+Blue) = 27+54+27=108 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25% from 108); Green value is 54 (21.48% from 255 or 50% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 54 - color contains mainly: green. Hex color #1B361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B361B is #E4C9E4. Grayscale: #2A2A2A. Windows color (decimal): -14993893 or 1783323. OLE color: 1783323.

HSL color Cylindrical-coordinate representation of color #1B361B: hue angle of 120º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B361B is Cyan = 0.5, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.79.

Color convert

RGB275427-
CMYK0.500.50.79
HSL120º33.33%15.88%-
HSV(B)120º50%21.18%-
XYZ1.972.951.5-
YUV42.85119.05116.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25%
GREEN value IS 54 (21.48% from 255) = 50%
BLUE value IS 27 (10.94% from 255) = 25%
R=25%
G=50%
B=25%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2754270.500.50.7912033.3315.88
Hex1B361B320324F782110
Octal336633620621171704120
Binary110111101101101111001001100101001111111100010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,54,27); }

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

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

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

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

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

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

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