#143D05

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

Shades of Myrtle #143D05

Tints of Myrtle #143D05

Color information

#143D05 (or 0x143D05) is unknown color: approx Myrtle. HEX triplet: 14, 3D and 05. RGB value is (20,61,5). Sum of RGB (Red+Green+Blue) = 20+61+5=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 61 (24.22% from 255 or 70.93% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 61 - color contains mainly: green. Hex color #143D05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143D05 is #EBC2FA. Grayscale: #2A2A2A. Windows color (decimal): -15450875 or 343316. OLE color: 343316.

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

Color convert

RGB20615-
CMYK0.6700.920.76
HSL103.93º84.85%12.94%-
HSV(B)103.93º91.8%23.92%-
XYZ1.983.50.71-
YUV42.36106.92112.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.26%
GREEN value IS 61 (24.22% from 255) = 70.93%
BLUE value IS 5 (2.34% from 255) = 5.81%
R=23.26%
G=70.93%
B=5.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal206150.6700.920.76103.9384.8512.94
Hex143D54305C4C6855d
Octal24755103013411415012515
Binary101001111011011000011010111001001100110100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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