#144613

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

Shades of Myrtle #144613

Tints of Myrtle #144613

Color information

#144613 (or 0x144613) is unknown color: approx Myrtle. HEX triplet: 14, 46 and 13. RGB value is (20,70,19). Sum of RGB (Red+Green+Blue) = 20+70+19=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 70 (27.73% from 255 or 64.22% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 70 - color contains mainly: green. Hex color #144613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144613 is #EBB9EC. Grayscale: #313131. Windows color (decimal): -15448557 or 1263124. OLE color: 1263124.

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

Color convert

RGB207019-
CMYK0.7100.730.73
HSL118.82º57.3%17.45%-
HSV(B)118.82º72.86%27.45%-
XYZ2.64.581.36-
YUV49.24110.94107.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 70 (27.73% from 255) = 64.22%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=18.35%
G=64.22%
B=17.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2070190.7100.730.73118.8257.317.45
Hex1446134704949773911
Octal241062310701111111677121
Binary101001000110100111000111010010011001001111011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144613; }

 p { color: rgb(20,70,19); }

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

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

 a { background-color: rgb(20,70,19); }

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

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

 span { border-color: rgb(20,70,19); }

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