#143203

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

Shades of Myrtle #143203

Tints of Myrtle #143203

Color information

#143203 (or 0x143203) is unknown color: approx Myrtle. HEX triplet: 14, 32 and 03. RGB value is (20,50,3). Sum of RGB (Red+Green+Blue) = 20+50+3=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 50 (19.92% from 255 or 68.49% from 73); Blue value is 3 (1.56% from 255 or 4.11% from 73); Max value from RGB is 50 - color contains mainly: green. Hex color #143203 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143203 is #EBCDFC. Grayscale: #232323. Windows color (decimal): -15453693 or 209428. OLE color: 209428.

HSL color Cylindrical-coordinate representation of color #143203: hue angle of 98.3º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #143203 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.80.

Color convert

RGB20503-
CMYK0.6000.940.80
HSL98.3º88.68%10.39%-
HSV(B)98.3º94%19.61%-
XYZ1.452.440.48-
YUV35.67109.56116.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.40%
GREEN value IS 50 (19.92% from 255) = 68.49%
BLUE value IS 3 (1.56% from 255) = 4.11%
R=27.40%
G=68.49%
B=4.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal205030.6000.940.8098.388.6810.39
Hex143233C05E506259a
Octal2462374013612014213112
Binary1010011001011111100010111101010000110001010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143203; }

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

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

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

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

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

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

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

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