#143A13

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

Shades of Myrtle #143A13

Tints of Myrtle #143A13

Color information

#143A13 (or 0x143A13) is unknown color: approx Myrtle. HEX triplet: 14, 3A and 13. RGB value is (20,58,19). Sum of RGB (Red+Green+Blue) = 20+58+19=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 58 (23.05% from 255 or 59.79% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 58 - color contains mainly: green. Hex color #143A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143A13 is #EBC5EC. Grayscale: #2A2A2A. Windows color (decimal): -15451629 or 1260052. OLE color: 1260052.

HSL color Cylindrical-coordinate representation of color #143A13: hue angle of 118.46º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143A13 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.

Color convert

RGB205819-
CMYK0.6600.670.77
HSL118.46º50.65%15.1%-
HSV(B)118.46º67.24%22.75%-
XYZ1.923.221.14-
YUV42.19114.91112.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 58 (23.05% from 255) = 59.79%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=20.62%
G=59.79%
B=19.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2058190.6600.670.77118.4650.6515.1
Hex143A13420434D7633f
Octal24722310201031151666317
Binary1010011101010011100001001000011100110111101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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