Html Css Color HEX #142712 Myrtle

📋 copy color: '#142712'

red 20 ◦ green 39 ◦ blue 18

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

Shades of Myrtle #142712

Tints of Myrtle #142712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 23.38%

R = 25.97%
G = 50.65%
B = 23.38%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#142712 (or 0x142712) is known color: Myrtle. HEX triplet: 14, 27 and 12. RGB value is (20,39,18). Sum of RGB (Red+Green+Blue) = 20+39+18=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 39 (15.62% from 255 or 50.65% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 39 - color contains mainly: green. Hex color #142712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142712 is #EBD8ED. Grayscale: #1E1E1E. Windows color (decimal): -15456494 or 1189652. OLE color: 1189652.

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

Color convert

RGB 20 39 18 -
CMYK 0.49 0 0.54 0.85
HSL 114.29º 0.37% 0.11% -
HSV(B) 114.29º 0.54% 0.15% -
XYZ 1.12 1.64 0.83 -
YUV 30.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 20 39 18 0.49 0 0.54 0.85 114.29 0.37 0.11
Hex 14 27 12 31 0 36 55 72 25 B
Octal 24 47 22 61 0 66 125 162 45 13
Binary 10100 100111 10010 110001 0 110110 1010101 1110010 100101 1011

Color Harmonies of #142712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142712

Black with #142712

Text Example


Text Example

White with #142712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142712; }

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

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

background-color css

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

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

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

border-color css

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

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

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