#143303

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

Shades of Myrtle #143303

Tints of Myrtle #143303

Color information

#143303 (or 0x143303) is unknown color: approx Myrtle. HEX triplet: 14, 33 and 03. RGB value is (20,51,3). Sum of RGB (Red+Green+Blue) = 20+51+3=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 51 (20.31% from 255 or 68.92% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 51 - color contains mainly: green. Hex color #143303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143303 is #EBCCFC. Grayscale: #242424. Windows color (decimal): -15453437 or 209684. OLE color: 209684.

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

Color convert

RGB20513-
CMYK0.6100.940.8
HSL98.75º88.89%10.59%-
HSV(B)98.75º94.12%20%-
XYZ1.492.520.49-
YUV36.26109.23116.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 51 (20.31% from 255) = 68.92%
BLUE value IS 3 (1.56% from 255) = 4.05%
R=27.03%
G=68.92%
B=4.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal205130.6100.940.898.7588.8910.59
Hex143333D05E506359b
Octal2463375013612014313113
Binary1010011001111111101010111101010000110001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143303; }

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

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

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

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

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

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

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

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