#1B441A

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

Shades of Myrtle #1B441A

Tints of Myrtle #1B441A

Color information

#1B441A (or 0x1B441A) is unknown color: approx Myrtle. HEX triplet: 1B, 44 and 1A. RGB value is (27,68,26). Sum of RGB (Red+Green+Blue) = 27+68+26=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #1B441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B441A is #E4BBE5. Grayscale: #333333. Windows color (decimal): -14990310 or 1721371. OLE color: 1721371.

HSL color Cylindrical-coordinate representation of color #1B441A: hue angle of 118.57º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B441A is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB276826-
CMYK0.6000.620.73
HSL118.57º44.68%18.43%-
HSV(B)118.57º61.76%26.67%-
XYZ2.714.441.69-
YUV50.95113.92110.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.31%
GREEN value IS 68 (26.95% from 255) = 56.20%
BLUE value IS 26 (10.55% from 255) = 21.49%
R=22.31%
G=56.20%
B=21.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2768260.6000.620.73118.5744.6818.43
Hex1B441A3C03E49772d12
Octal3310432740761111675522
Binary1101110001001101011110001111101001001111011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,68,26); }

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

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

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

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

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

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

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