#1B440E

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

Shades of Myrtle #1B440E

Tints of Myrtle #1B440E

Color information

#1B440E (or 0x1B440E) is unknown color: approx Myrtle. HEX triplet: 1B, 44 and 0E. RGB value is (27,68,14). Sum of RGB (Red+Green+Blue) = 27+68+14=109 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.77% from 109); Green value is 68 (26.95% from 255 or 62.39% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 68 - color contains mainly: green. Hex color #1B440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B440E is #E4BBF1. Grayscale: #313131. Windows color (decimal): -14990322 or 934939. OLE color: 934939.

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

Color convert

RGB276814-
CMYK0.6000.790.73
HSL105.56º65.85%16.08%-
HSV(B)105.56º79.41%26.67%-
XYZ2.64.41.13-
YUV49.58107.92111.89-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.77%
GREEN value IS 68 (26.95% from 255) = 62.39%
BLUE value IS 14 (5.86% from 255) = 12.84%
R=24.77%
G=62.39%
B=12.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2768140.6000.790.73105.5665.8516.08
Hex1B44E3C04F496a4210
Octal331041674011711115210220
Binary11011100010011101111000100111110010011101010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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