Html Css Color HEX #145012 Myrtle

📋 copy color: '#145012'

red 20 ◦ green 80 ◦ blue 18

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

Shades of Myrtle #145012

Tints of Myrtle #145012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.25%

R = 16.95%
G = 67.8%
B = 15.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#145012 (or 0x145012) is known color: Myrtle. HEX triplet: 14, 50 and 12. RGB value is (20,80,18). Sum of RGB (Red+Green+Blue) = 20+80+18=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #145012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145012 is #EBAFED. Grayscale: #373737. Windows color (decimal): -15445998 or 1200148. OLE color: 1200148.

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

Color convert

RGB 20 80 18 -
CMYK 0.75 0 0.78 0.69
HSL 118.06º 0.63% 0.19% -
HSV(B) 118.06º 0.78% 0.31% -
XYZ 3.27 5.93 1.54 -
YUV 54.99 107.12 103.04 -
System Red Green Blue C M Y K H S L
Decimal 20 80 18 0.75 0 0.78 0.69 118.06 0.63 0.19
Hex 14 50 12 4B 0 4E 45 76 3F 13
Octal 24 120 22 113 0 116 105 166 77 23
Binary 10100 1010000 10010 1001011 0 1001110 1000101 1110110 111111 10011

Color Harmonies of #145012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145012

Black with #145012

Text Example


Text Example

White with #145012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145012; }

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

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

background-color css

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

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

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

border-color css

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

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

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