#14441B

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

Shades of Myrtle #14441B

Tints of Myrtle #14441B

Color information

#14441B (or 0x14441B) is unknown color: approx Myrtle. HEX triplet: 14, 44 and 1B. RGB value is (20,68,27). Sum of RGB (Red+Green+Blue) = 20+68+27=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #14441B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14441B is #EBBBE4. Grayscale: #313131. Windows color (decimal): -15449061 or 1786900. OLE color: 1786900.

HSL color Cylindrical-coordinate representation of color #14441B: hue angle of 128.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14441B is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB206827-
CMYK0.7100.600.73
HSL128.75º54.55%17.25%-
HSV(B)128.75º70.59%26.67%-
XYZ2.554.361.74-
YUV48.97115.6107.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 68 (26.95% from 255) = 59.13%
BLUE value IS 27 (10.94% from 255) = 23.48%
R=17.39%
G=59.13%
B=23.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2068270.7100.600.73128.7554.5517.25
Hex14441B4703C49813711
Octal24104331070741112016721
Binary101001000100110111000111011110010010011000000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14441B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14441B; }

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

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

<style>
 a { background-color: #14441B; }

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

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

<style>
 span { border-color: #14441B; }

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

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