Html Css Color HEX #142613 Myrtle

📋 copy color: '#142613'

red 20 ◦ green 38 ◦ blue 19

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

Shades of Myrtle #142613

Tints of Myrtle #142613

RGB

 RED value IS 20 (8.2% 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 value IS 0.47

 M value IS 0

 Y value IS 0.50

 K value IS 0.85

RGB Variations

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

Color information

#142613 (or 0x142613) is known color: 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

RGB 20 38 19 -
CMYK 0.47 0 0.50 0.85
HSL 116.84º 0.33% 0.11% -
HSV(B) 116.84º 0.5% 0.15% -
XYZ 1.1 1.58 0.86 -
YUV 30.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 20 38 19 0.47 0 0.50 0.85 116.84 0.33 0.11
Hex 14 26 13 2F 0 32 55 75 21 B
Octal 24 46 23 57 0 62 125 165 41 13
Binary 10100 100110 10011 101111 0 110010 1010101 1110101 100001 1011

Color Harmonies of #142613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142613

Black with #142613

Text Example


Text Example

White with #142613

Text Example


Text Example

HTML Codes & Css Web 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>