Html Css Color HEX #144315 Myrtle

📋 copy color: '#144315'

red 20 ◦ green 67 ◦ blue 21

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

Shades of Myrtle #144315

Tints of Myrtle #144315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 62.04%

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

R = 18.52%
G = 62.04%
B = 19.44%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.69

 K value IS 0.74

RGB Variations

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

Color information

#144315 (or 0x144315) is known color: Myrtle. HEX triplet: 14, 43 and 15. RGB value is (20,67,21). Sum of RGB (Red+Green+Blue) = 20+67+21=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 67 (26.56% from 255 or 62.04% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 67 - color contains mainly: green. Hex color #144315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144315 is #EBBCEA. Grayscale: #2F2F2F. Windows color (decimal): -15449323 or 1393428. OLE color: 1393428.

HSL color Cylindrical-coordinate representation of color #144315: hue angle of 121.28º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #144315 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 67 21 -
CMYK 0.70 0 0.69 0.74
HSL 121.28º 0.54% 0.17% -
HSV(B) 121.28º 0.7% 0.26% -
XYZ 2.43 4.22 1.4 -
YUV 47.7 112.93 108.24 -
System Red Green Blue C M Y K H S L
Decimal 20 67 21 0.70 0 0.69 0.74 121.28 0.54 0.17
Hex 14 43 15 46 0 45 4A 79 36 11
Octal 24 103 25 106 0 105 112 171 66 21
Binary 10100 1000011 10101 1000110 0 1000101 1001010 1111001 110110 10001

Color Harmonies of #144315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144315

Black with #144315

Text Example


Text Example

White with #144315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144315; }

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

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

background-color css

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

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

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

border-color css

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

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

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