Html Css Color HEX #145014 Myrtle

📋 copy color: '#145014'

red 20 ◦ green 80 ◦ blue 20

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

Shades of Myrtle #145014

Tints of Myrtle #145014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 66.67%

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

R = 16.67%
G = 66.67%
B = 16.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#145014 (or 0x145014) is known color: Myrtle. HEX triplet: 14, 50 and 14. RGB value is (20,80,20). Sum of RGB (Red+Green+Blue) = 20+80+20=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #145014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145014 is #EBAFEB. Grayscale: #373737. Windows color (decimal): -15445996 or 1331220. OLE color: 1331220.

HSL color Cylindrical-coordinate representation of color #145014: hue angle of 120º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145014 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 80 20 -
CMYK 0.75 0 0.75 0.69
HSL 120º 0.6% 0.2% -
HSV(B) 120º 0.75% 0.31% -
XYZ 3.28 5.94 1.63 -
YUV 55.22 108.12 102.88 -
System Red Green Blue C M Y K H S L
Decimal 20 80 20 0.75 0 0.75 0.69 120 0.6 0.2
Hex 14 50 14 4B 0 4B 45 78 3C 14
Octal 24 120 24 113 0 113 105 170 74 24
Binary 10100 1010000 10100 1001011 0 1001011 1000101 1111000 111100 10100

Color Harmonies of #145014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145014

Black with #145014

Text Example


Text Example

White with #145014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145014; }

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

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

background-color css

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

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

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

border-color css

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

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

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