#143103

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

Shades of Myrtle #143103

Tints of Myrtle #143103

Color information

#143103 (or 0x143103) is unknown color: approx Myrtle. HEX triplet: 14, 31 and 03. RGB value is (20,49,3). Sum of RGB (Red+Green+Blue) = 20+49+3=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 49 (19.53% from 255 or 68.06% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 49 - color contains mainly: green. Hex color #143103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143103 is #EBCEFC. Grayscale: #232323. Windows color (decimal): -15453949 or 209172. OLE color: 209172.

HSL color Cylindrical-coordinate representation of color #143103: hue angle of 97.83º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #143103 is Cyan = 0.59, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB20493-
CMYK0.5900.940.81
HSL97.83º88.46%10.2%-
HSV(B)97.83º93.88%19.22%-
XYZ1.42.350.47-
YUV35.08109.89117.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.78%
GREEN value IS 49 (19.53% from 255) = 68.06%
BLUE value IS 3 (1.56% from 255) = 4.17%
R=27.78%
G=68.06%
B=4.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal204930.5900.940.8197.8388.4610.2
Hex143133B05E516258a
Octal2461373013612114213012
Binary1010011000111111011010111101010001110001010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143103; }

 p { color: rgb(20,49,3); }

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

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

 a { background-color: rgb(20,49,3); }

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

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

 span { border-color: rgb(20,49,3); }

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