#143D04

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

Shades of Myrtle #143D04

Tints of Myrtle #143D04

Color information

#143D04 (or 0x143D04) is unknown color: approx Myrtle. HEX triplet: 14, 3D and 04. RGB value is (20,61,4). Sum of RGB (Red+Green+Blue) = 20+61+4=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 61 (24.22% from 255 or 71.76% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 61 - color contains mainly: green. Hex color #143D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143D04 is #EBC2FB. Grayscale: #2A2A2A. Windows color (decimal): -15450876 or 277780. OLE color: 277780.

HSL color Cylindrical-coordinate representation of color #143D04: hue angle of 103.16º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #143D04 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.76.

Color convert

RGB20614-
CMYK0.6700.930.76
HSL103.16º87.69%12.75%-
HSV(B)103.16º93.44%23.92%-
XYZ1.983.490.69-
YUV42.24106.42112.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.53%
GREEN value IS 61 (24.22% from 255) = 71.76%
BLUE value IS 4 (1.95% from 255) = 4.71%
R=23.53%
G=71.76%
B=4.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal206140.6700.930.76103.1687.6912.75
Hex143D44305D4C6758d
Octal24754103013511414713015
Binary101001111011001000011010111011001100110011110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,61,4); }

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

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

 a { background-color: rgb(20,61,4); }

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

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

 span { border-color: rgb(20,61,4); }

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