Html Css Color HEX #142313 Myrtle

📋 copy color: '#142313'

red 20 ◦ green 35 ◦ blue 19

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

Shades of Myrtle #142313

Tints of Myrtle #142313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 47.3%

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

R = 27.03%
G = 47.3%
B = 25.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#142313 (or 0x142313) is known color: Myrtle. HEX triplet: 14, 23 and 13. RGB value is (20,35,19). Sum of RGB (Red+Green+Blue) = 20+35+19=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #142313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142313 is #EBDCEC. Grayscale: #1C1C1C. Windows color (decimal): -15457517 or 1254164. OLE color: 1254164.

HSL color Cylindrical-coordinate representation of color #142313: hue angle of 116.25º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #142313 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 35 19 -
CMYK 0.43 0 0.46 0.86
HSL 116.25º 0.3% 0.11% -
HSV(B) 116.25º 0.46% 0.14% -
XYZ 1.01 1.4 0.83 -
YUV 28.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 20 35 19 0.43 0 0.46 0.86 116.25 0.3 0.11
Hex 14 23 13 2B 0 2E 56 74 1E B
Octal 24 43 23 53 0 56 126 164 36 13
Binary 10100 100011 10011 101011 0 101110 1010110 1110100 11110 1011

Color Harmonies of #142313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142313

Black with #142313

Text Example


Text Example

White with #142313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142313; }

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

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

background-color css

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

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

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

border-color css

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

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

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