Html Css Color HEX #145013 Myrtle

📋 copy color: '#145013'

red 20 ◦ green 80 ◦ blue 19

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

Shades of Myrtle #145013

Tints of Myrtle #145013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.97%

R = 16.81%
G = 67.23%
B = 15.97%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#145013 (or 0x145013) is known color: Myrtle. HEX triplet: 14, 50 and 13. RGB value is (20,80,19). Sum of RGB (Red+Green+Blue) = 20+80+19=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 80 (31.64% from 255 or 67.23% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 80 - color contains mainly: green. Hex color #145013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145013 is #EBAFEC. Grayscale: #373737. Windows color (decimal): -15445997 or 1265684. OLE color: 1265684.

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

Color convert

RGB 20 80 19 -
CMYK 0.75 0 0.76 0.69
HSL 119.02º 0.62% 0.19% -
HSV(B) 119.02º 0.76% 0.31% -
XYZ 3.27 5.93 1.59 -
YUV 55.11 107.62 102.96 -
System Red Green Blue C M Y K H S L
Decimal 20 80 19 0.75 0 0.76 0.69 119.02 0.62 0.19
Hex 14 50 13 4B 0 4C 45 77 3E 13
Octal 24 120 23 113 0 114 105 167 76 23
Binary 10100 1010000 10011 1001011 0 1001100 1000101 1110111 111110 10011

Color Harmonies of #145013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145013

Black with #145013

Text Example


Text Example

White with #145013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145013; }

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

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

background-color css

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

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

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

border-color css

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

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

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