#143F19

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

Shades of Myrtle #143F19

Tints of Myrtle #143F19

Color information

#143F19 (or 0x143F19) is unknown color: approx Myrtle. HEX triplet: 14, 3F and 19. RGB value is (20,63,25). Sum of RGB (Red+Green+Blue) = 20+63+25=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 63 (25% from 255 or 58.33% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 63 - color contains mainly: green. Hex color #143F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143F19 is #EBC0E6. Grayscale: #2D2D2D. Windows color (decimal): -15450343 or 1654548. OLE color: 1654548.

HSL color Cylindrical-coordinate representation of color #143F19: hue angle of 126.98º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #143F19 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB206325-
CMYK0.6800.600.75
HSL126.98º51.81%16.27%-
HSV(B)126.98º68.25%24.71%-
XYZ2.243.771.53-
YUV45.81116.25109.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 63 (25% from 255) = 58.33%
BLUE value IS 25 (10.16% from 255) = 23.15%
R=18.52%
G=58.33%
B=23.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2063250.6800.600.75126.9851.8116.27
Hex143F194403C4B7f3410
Octal2477311040741131776420
Binary1010011111111001100010001111001001011111111111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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