#142613

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

Shades of Myrtle #142613

Tints of Myrtle #142613

Color information

#142613 (or 0x142613) is unknown color: approx Myrtle. HEX triplet: 14, 26 and 13. RGB value is (20,38,19). Sum of RGB (Red+Green+Blue) = 20+38+19=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #142613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142613 is #EBD9EC. Grayscale: #1E1E1E. Windows color (decimal): -15456749 or 1254932. OLE color: 1254932.

HSL color Cylindrical-coordinate representation of color #142613: hue angle of 116.84º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #142613 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB203819-
CMYK0.4700.500.85
HSL116.84º33.33%11.18%-
HSV(B)116.84º50%14.9%-
XYZ1.11.580.86-
YUV30.45121.54120.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.97%
GREEN value IS 38 (15.23% from 255) = 49.35%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=25.97%
G=49.35%
B=24.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2038190.4700.500.85116.8433.3311.18
Hex1426132F032557521b
Octal244623570621251654113
Binary10100100110100111011110110010101010111101011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142613; }

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

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

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

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

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

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

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

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