Html Css Color HEX #142513 Myrtle

📋 copy color: '#142513'

red 20 ◦ green 37 ◦ blue 19

#142513
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #142513

Tints of Myrtle #142513

RGB

 RED value IS 20 (8.2% from 255) = 26.32%

 GREEN value IS 37 (14.84% from 255) = 48.68%

 BLUE value IS 19 (7.81% from 255) = 25%

R = 26.32%
G = 48.68%
B = 25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#142513 (or 0x142513) is known color: Myrtle. HEX triplet: 14, 25 and 13. RGB value is (20,37,19). Sum of RGB (Red+Green+Blue) = 20+37+19=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #142513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142513 is #EBDAEC. Grayscale: #1D1D1D. Windows color (decimal): -15457005 or 1254676. OLE color: 1254676.

HSL color Cylindrical-coordinate representation of color #142513: hue angle of 116.67º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #142513 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 37 19 -
CMYK 0.46 0 0.49 0.85
HSL 116.67º 0.32% 0.11% -
HSV(B) 116.67º 0.49% 0.15% -
XYZ 1.07 1.52 0.85 -
YUV 29.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 20 37 19 0.46 0 0.49 0.85 116.67 0.32 0.11
Hex 14 25 13 2E 0 31 55 75 20 B
Octal 24 45 23 56 0 61 125 165 40 13
Binary 10100 100101 10011 101110 0 110001 1010101 1110101 100000 1011

Color Harmonies of #142513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142513

Black with #142513

Text Example


Text Example

White with #142513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142513; }

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

 H1.HeaderClassName
 {
   color: #142513;
 }
 .AnyTagClassName
 {
   color: #142513;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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