#143713

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

Shades of Myrtle #143713

Tints of Myrtle #143713

Color information

#143713 (or 0x143713) is unknown color: approx Myrtle. HEX triplet: 14, 37 and 13. RGB value is (20,55,19). Sum of RGB (Red+Green+Blue) = 20+55+19=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 55 (21.88% from 255 or 58.51% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 55 - color contains mainly: green. Hex color #143713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143713 is #EBC8EC. Grayscale: #282828. Windows color (decimal): -15452397 or 1259284. OLE color: 1259284.

HSL color Cylindrical-coordinate representation of color #143713: hue angle of 118.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #143713 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB205519-
CMYK0.6400.650.78
HSL118.33º48.65%14.51%-
HSV(B)118.33º65.45%21.57%-
XYZ1.772.931.09-
YUV40.43115.9113.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 55 (21.88% from 255) = 58.51%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=21.28%
G=58.51%
B=20.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2055190.6400.650.78118.3348.6514.51
Hex143713400414E7631f
Octal24672310001011161666117
Binary1010011011110011100000001000001100111011101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143713; }

 p { color: rgb(20,55,19); }

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

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

 a { background-color: rgb(20,55,19); }

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

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

 span { border-color: rgb(20,55,19); }

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