#143A19

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

Shades of Myrtle #143A19

Tints of Myrtle #143A19

Color information

#143A19 (or 0x143A19) is unknown color: approx Myrtle. HEX triplet: 14, 3A and 19. RGB value is (20,58,25). Sum of RGB (Red+Green+Blue) = 20+58+25=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 58 (23.05% from 255 or 56.31% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 58 - color contains mainly: green. Hex color #143A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143A19 is #EBC5E6. Grayscale: #2A2A2A. Windows color (decimal): -15451623 or 1653268. OLE color: 1653268.

HSL color Cylindrical-coordinate representation of color #143A19: hue angle of 127.89º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143A19 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.77.

Color convert

RGB205825-
CMYK0.6600.570.77
HSL127.89º48.72%15.29%-
HSV(B)127.89º65.52%22.75%-
XYZ1.983.251.44-
YUV42.88117.91111.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.42%
GREEN value IS 58 (23.05% from 255) = 56.31%
BLUE value IS 25 (10.16% from 255) = 24.27%
R=19.42%
G=56.31%
B=24.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2058250.6600.570.77127.8948.7215.29
Hex143A19420394D8031f
Octal2472311020711152006117
Binary1010011101011001100001001110011001101100000001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143A19; }

 p { color: rgb(20,58,25); }

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

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

 a { background-color: rgb(20,58,25); }

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

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

 span { border-color: rgb(20,58,25); }

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