Html Css Color HEX #142711 Myrtle

📋 copy color: '#142711'

red 20 ◦ green 39 ◦ blue 17

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

Shades of Myrtle #142711

Tints of Myrtle #142711

RGB

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

 GREEN value IS 39 (15.63% from 255) = 51.32%

 BLUE value IS 17 (7.03% from 255) = 22.37%

R = 26.32%
G = 51.32%
B = 22.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.56

 K value IS 0.85

RGB Variations

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

Color information

#142711 (or 0x142711) is known color: Myrtle. HEX triplet: 14, 27 and 11. RGB value is (20,39,17). Sum of RGB (Red+Green+Blue) = 20+39+17=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #142711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142711 is #EBD8EE. Grayscale: #1E1E1E. Windows color (decimal): -15456495 or 1124116. OLE color: 1124116.

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

Color convert

RGB 20 39 17 -
CMYK 0.49 0 0.56 0.85
HSL 111.82º 0.39% 0.11% -
HSV(B) 111.82º 0.56% 0.15% -
XYZ 1.12 1.64 0.79 -
YUV 30.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 20 39 17 0.49 0 0.56 0.85 111.82 0.39 0.11
Hex 14 27 11 31 0 38 55 70 27 B
Octal 24 47 21 61 0 70 125 160 47 13
Binary 10100 100111 10001 110001 0 111000 1010101 1110000 100111 1011

Color Harmonies of #142711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142711

Black with #142711

Text Example


Text Example

White with #142711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142711; }

 p { color: rgb(20,39,17); }

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

background-color css

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

 a { background-color: rgb(20,39,17); }

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

border-color css

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

 span { border-color: rgb(20,39,17); }

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