Html Css Color HEX #142213 Myrtle

📋 copy color: '#142213'

red 20 ◦ green 34 ◦ blue 19

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

Shades of Myrtle #142213

Tints of Myrtle #142213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 46.58%

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

R = 27.4%
G = 46.58%
B = 26.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#142213 (or 0x142213) is known color: Myrtle. HEX triplet: 14, 22 and 13. RGB value is (20,34,19). Sum of RGB (Red+Green+Blue) = 20+34+19=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 34 (13.67% from 255 or 46.58% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 34 - color contains mainly: green. Hex color #142213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142213 is #EBDDEC. Grayscale: #1C1C1C. Windows color (decimal): -15457773 or 1253908. OLE color: 1253908.

HSL color Cylindrical-coordinate representation of color #142213: hue angle of 116º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #142213 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 34 19 -
CMYK 0.41 0 0.44 0.87
HSL 116º 0.28% 0.1% -
HSV(B) 116º 0.44% 0.13% -
XYZ 0.98 1.34 0.82 -
YUV 28.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 20 34 19 0.41 0 0.44 0.87 116 0.28 0.1
Hex 14 22 13 29 0 2C 57 74 1C A
Octal 24 42 23 51 0 54 127 164 34 12
Binary 10100 100010 10011 101001 0 101100 1010111 1110100 11100 1010

Color Harmonies of #142213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142213

Black with #142213

Text Example


Text Example

White with #142213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142213; }

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

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

background-color css

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

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

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

border-color css

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

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

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