#144311

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

Shades of Myrtle #144311

Tints of Myrtle #144311

Color information

#144311 (or 0x144311) is unknown color: approx Myrtle. HEX triplet: 14, 43 and 11. RGB value is (20,67,17). Sum of RGB (Red+Green+Blue) = 20+67+17=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 67 (26.56% from 255 or 64.42% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 67 - color contains mainly: green. Hex color #144311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144311 is #EBBCEE. Grayscale: #2F2F2F. Windows color (decimal): -15449327 or 1131284. OLE color: 1131284.

HSL color Cylindrical-coordinate representation of color #144311: hue angle of 116.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144311 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB206717-
CMYK0.7000.750.74
HSL116.4º59.52%16.47%-
HSV(B)116.4º74.63%26.27%-
XYZ2.44.21.22-
YUV47.25110.93108.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 67 (26.56% from 255) = 64.42%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=19.23%
G=64.42%
B=16.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2067170.7000.750.74116.459.5216.47
Hex1443114604B4A743c10
Octal241032110601131121647420
Binary101001000011100011000110010010111001010111010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144311; }

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

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

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

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

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

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

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

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