Html Css Color HEX #142514 Myrtle

📋 copy color: '#142514'

red 20 ◦ green 37 ◦ blue 20

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

Shades of Myrtle #142514

Tints of Myrtle #142514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 48.05%

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

R = 25.97%
G = 48.05%
B = 25.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#142514 (or 0x142514) is known color: Myrtle. HEX triplet: 14, 25 and 14. RGB value is (20,37,20). Sum of RGB (Red+Green+Blue) = 20+37+20=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #142514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142514 is #EBDAEB. Grayscale: #1E1E1E. Windows color (decimal): -15457004 or 1320212. OLE color: 1320212.

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

Color convert

RGB 20 37 20 -
CMYK 0.46 0 0.46 0.85
HSL 120º 0.3% 0.11% -
HSV(B) 120º 0.46% 0.15% -
XYZ 1.08 1.52 0.9 -
YUV 29.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 20 37 20 0.46 0 0.46 0.85 120 0.3 0.11
Hex 14 25 14 2E 0 2E 55 78 1E B
Octal 24 45 24 56 0 56 125 170 36 13
Binary 10100 100101 10100 101110 0 101110 1010101 1111000 11110 1011

Color Harmonies of #142514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142514

Black with #142514

Text Example


Text Example

White with #142514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142514; }

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

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

background-color css

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

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

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

border-color css

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

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

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