#143F0D

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

Shades of Myrtle #143F0D

Tints of Myrtle #143F0D

Color information

#143F0D (or 0x143F0D) is unknown color: approx Myrtle. HEX triplet: 14, 3F and 0D. RGB value is (20,63,13). Sum of RGB (Red+Green+Blue) = 20+63+13=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 63 (25% from 255 or 65.62% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 63 - color contains mainly: green. Hex color #143F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143F0D is #EBC0F2. Grayscale: #2C2C2C. Windows color (decimal): -15450355 or 868116. OLE color: 868116.

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

Color convert

RGB206313-
CMYK0.6800.790.75
HSL111.6º65.79%14.9%-
HSV(B)111.6º79.37%24.71%-
XYZ2.143.730.99-
YUV44.44110.25110.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 63 (25% from 255) = 65.62%
BLUE value IS 13 (5.47% from 255) = 13.54%
R=20.83%
G=65.62%
B=13.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2063130.6800.790.75111.665.7914.9
Hex143FD4404F4B7042f
Octal247715104011711316010217
Binary1010011111111011000100010011111001011111000010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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