#14431B

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

Shades of Myrtle #14431B

Tints of Myrtle #14431B

Color information

#14431B (or 0x14431B) is unknown color: approx Myrtle. HEX triplet: 14, 43 and 1B. RGB value is (20,67,27). Sum of RGB (Red+Green+Blue) = 20+67+27=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 67 (26.56% from 255 or 58.77% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 67 - color contains mainly: green. Hex color #14431B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14431B is #EBBCE4. Grayscale: #303030. Windows color (decimal): -15449317 or 1786644. OLE color: 1786644.

HSL color Cylindrical-coordinate representation of color #14431B: hue angle of 128.94º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14431B is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB206727-
CMYK0.7000.600.74
HSL128.94º54.02%17.06%-
HSV(B)128.94º70.15%26.27%-
XYZ2.494.241.72-
YUV48.39115.93107.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 67 (26.56% from 255) = 58.77%
BLUE value IS 27 (10.94% from 255) = 23.68%
R=17.54%
G=58.77%
B=23.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2067270.7000.600.74128.9454.0217.06
Hex14431B4603C4A813611
Octal24103331060741122016621
Binary101001000011110111000110011110010010101000000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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