Html Css Color HEX #146012 Myrtle

📋 copy color: '#146012'

red 20 ◦ green 96 ◦ blue 18

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

Shades of Myrtle #146012

Tints of Myrtle #146012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 71.64%

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

R = 14.93%
G = 71.64%
B = 13.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#146012 (or 0x146012) is known color: Myrtle. HEX triplet: 14, 60 and 12. RGB value is (20,96,18). Sum of RGB (Red+Green+Blue) = 20+96+18=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 96 (37.89% from 255 or 71.64% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 96 - color contains mainly: green. Hex color #146012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146012 is #EB9FED. Grayscale: #404040. Windows color (decimal): -15441902 or 1204244. OLE color: 1204244.

HSL color Cylindrical-coordinate representation of color #146012: hue angle of 118.46º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146012 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 96 18 -
CMYK 0.79 0 0.81 0.62
HSL 118.46º 0.68% 0.22% -
HSV(B) 118.46º 0.81% 0.38% -
XYZ 4.58 8.56 1.98 -
YUV 64.38 101.82 96.34 -
System Red Green Blue C M Y K H S L
Decimal 20 96 18 0.79 0 0.81 0.62 118.46 0.68 0.22
Hex 14 60 12 4F 0 51 3E 76 44 16
Octal 24 140 22 117 0 121 76 166 104 26
Binary 10100 1100000 10010 1001111 0 1010001 111110 1110110 1000100 10110

Color Harmonies of #146012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146012

Black with #146012

Text Example


Text Example

White with #146012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146012; }

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

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

background-color css

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

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

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

border-color css

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

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

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