Html Css Color HEX #142714 Myrtle

📋 copy color: '#142714'

red 20 ◦ green 39 ◦ blue 20

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

Shades of Myrtle #142714

Tints of Myrtle #142714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 25.32%

R = 25.32%
G = 49.37%
B = 25.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#142714 (or 0x142714) is known color: Myrtle. HEX triplet: 14, 27 and 14. RGB value is (20,39,20). Sum of RGB (Red+Green+Blue) = 20+39+20=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 39 (15.62% from 255 or 49.37% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 39 - color contains mainly: green. Hex color #142714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142714 is #EBD8EB. Grayscale: #1F1F1F. Windows color (decimal): -15456492 or 1320724. OLE color: 1320724.

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

Color convert

RGB 20 39 20 -
CMYK 0.49 0 0.49 0.85
HSL 120º 0.32% 0.12% -
HSV(B) 120º 0.49% 0.15% -
XYZ 1.14 1.65 0.92 -
YUV 31.15 121.71 120.04 -
System Red Green Blue C M Y K H S L
Decimal 20 39 20 0.49 0 0.49 0.85 120 0.32 0.12
Hex 14 27 14 31 0 31 55 78 20 C
Octal 24 47 24 61 0 61 125 170 40 14
Binary 10100 100111 10100 110001 0 110001 1010101 1111000 100000 1100

Color Harmonies of #142714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142714

Black with #142714

Text Example


Text Example

White with #142714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142714; }

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

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

background-color css

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

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

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

border-color css

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

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

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