Html Css Color HEX #143815 Myrtle

📋 copy color: '#143815'

red 20 ◦ green 56 ◦ blue 21

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

Shades of Myrtle #143815

Tints of Myrtle #143815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 57.73%

 BLUE value IS 21 (8.59% from 255) = 21.65%

R = 20.62%
G = 57.73%
B = 21.65%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#143815 (or 0x143815) is known color: Myrtle. HEX triplet: 14, 38 and 15. RGB value is (20,56,21). Sum of RGB (Red+Green+Blue) = 20+56+21=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 56 (22.27% from 255 or 57.73% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 56 - color contains mainly: green. Hex color #143815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143815 is #EBC7EA. Grayscale: #292929. Windows color (decimal): -15452139 or 1390612. OLE color: 1390612.

HSL color Cylindrical-coordinate representation of color #143815: hue angle of 121.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143815 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 56 21 -
CMYK 0.64 0 0.63 0.78
HSL 121.67º 0.47% 0.15% -
HSV(B) 121.67º 0.64% 0.22% -
XYZ 1.84 3.03 1.2 -
YUV 41.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 20 56 21 0.64 0 0.63 0.78 121.67 0.47 0.15
Hex 14 38 15 40 0 3F 4E 7A 2F F
Octal 24 70 25 100 0 77 116 172 57 17
Binary 10100 111000 10101 1000000 0 111111 1001110 1111010 101111 1111

Color Harmonies of #143815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143815

Black with #143815

Text Example


Text Example

White with #143815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143815; }

 p { color: rgb(20,56,21); }

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

background-color css

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

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

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

border-color css

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

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

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