#144212

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

Shades of Myrtle #144212

Tints of Myrtle #144212

Color information

#144212 (or 0x144212) is unknown color: approx Myrtle. HEX triplet: 14, 42 and 12. RGB value is (20,66,18). Sum of RGB (Red+Green+Blue) = 20+66+18=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #144212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144212 is #EBBDED. Grayscale: #2E2E2E. Windows color (decimal): -15449582 or 1196564. OLE color: 1196564.

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

Color convert

RGB206618-
CMYK0.7000.730.74
HSL117.5º57.14%16.47%-
HSV(B)117.5º72.73%25.88%-
XYZ2.354.091.24-
YUV46.77111.76108.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 66 (26.17% from 255) = 63.46%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=19.23%
G=63.46%
B=17.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2066180.7000.730.74117.557.1416.47
Hex144212460494A763910
Octal241022210601111121667120
Binary101001000010100101000110010010011001010111011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144212; }

 p { color: rgb(20,66,18); }

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

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

 a { background-color: rgb(20,66,18); }

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

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

 span { border-color: rgb(20,66,18); }

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