#1B491F

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

Shades of Myrtle #1B491F

Tints of Myrtle #1B491F

Color information

#1B491F (or 0x1B491F) is unknown color: approx Myrtle. HEX triplet: 1B, 49 and 1F. RGB value is (27,73,31). Sum of RGB (Red+Green+Blue) = 27+73+31=131 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.61% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #1B491F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B491F is #E4B6E0. Grayscale: #363636. Windows color (decimal): -14989025 or 2050331. OLE color: 2050331.

HSL color Cylindrical-coordinate representation of color #1B491F: hue angle of 125.22º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B491F is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB277331-
CMYK0.6300.580.71
HSL125.22º46%19.61%-
HSV(B)125.22º63.01%28.63%-
XYZ3.085.12.12-
YUV54.46114.76108.42-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20.61%
GREEN value IS 73 (28.91% from 255) = 55.73%
BLUE value IS 31 (12.5% from 255) = 23.66%
R=20.61%
G=55.73%
B=23.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2773310.6300.580.71125.224619.61
Hex1B491F3F03A477d2e14
Octal3311137770721071755624
Binary1101110010011111111111101110101000111111110110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B491F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,73,31); }

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

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

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

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

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

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

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