Html Css Color HEX #144615 Myrtle

📋 copy color: '#144615'

red 20 ◦ green 70 ◦ blue 21

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

Shades of Myrtle #144615

Tints of Myrtle #144615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 63.06%

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

R = 18.02%
G = 63.06%
B = 18.92%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#144615 (or 0x144615) is known color: Myrtle. HEX triplet: 14, 46 and 15. RGB value is (20,70,21). Sum of RGB (Red+Green+Blue) = 20+70+21=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 70 (27.73% from 255 or 63.06% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 70 - color contains mainly: green. Hex color #144615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144615 is #EBB9EA. Grayscale: #313131. Windows color (decimal): -15448555 or 1394196. OLE color: 1394196.

HSL color Cylindrical-coordinate representation of color #144615: hue angle of 121.2º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144615 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 70 21 -
CMYK 0.71 0 0.70 0.73
HSL 121.2º 0.56% 0.18% -
HSV(B) 121.2º 0.71% 0.27% -
XYZ 2.61 4.58 1.46 -
YUV 49.46 111.94 106.98 -
System Red Green Blue C M Y K H S L
Decimal 20 70 21 0.71 0 0.70 0.73 121.2 0.56 0.18
Hex 14 46 15 47 0 46 49 79 38 12
Octal 24 106 25 107 0 106 111 171 70 22
Binary 10100 1000110 10101 1000111 0 1000110 1001001 1111001 111000 10010

Color Harmonies of #144615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144615

Black with #144615

Text Example


Text Example

White with #144615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144615; }

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

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

background-color css

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

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

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

border-color css

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

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

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