Html Css Color HEX #142814 Myrtle

📋 copy color: '#142814'

red 20 ◦ green 40 ◦ blue 20

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

Shades of Myrtle #142814

Tints of Myrtle #142814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 50%

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

R = 25%
G = 50%
B = 25%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.5

 K value IS 0.84

RGB Variations

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

Color information

#142814 (or 0x142814) is known color: Myrtle. HEX triplet: 14, 28 and 14. RGB value is (20,40,20). Sum of RGB (Red+Green+Blue) = 20+40+20=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #142814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142814 is #EBD7EB. Grayscale: #1F1F1F. Windows color (decimal): -15456236 or 1320980. OLE color: 1320980.

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

Color convert

RGB 20 40 20 -
CMYK 0.5 0 0.5 0.84
HSL 120º 0.33% 0.12% -
HSV(B) 120º 0.5% 0.16% -
XYZ 1.17 1.72 0.93 -
YUV 31.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 20 40 20 0.5 0 0.5 0.84 120 0.33 0.12
Hex 14 28 14 32 0 32 54 78 21 C
Octal 24 50 24 62 0 62 124 170 41 14
Binary 10100 101000 10100 110010 0 110010 1010100 1111000 100001 1100

Color Harmonies of #142814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142814

Black with #142814

Text Example


Text Example

White with #142814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142814; }

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

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

background-color css

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

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

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

border-color css

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

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

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