Html Css Color HEX #146019 Myrtle

📋 copy color: '#146019'

red 20 ◦ green 96 ◦ blue 25

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

Shades of Myrtle #146019

Tints of Myrtle #146019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.73%

R = 14.18%
G = 68.09%
B = 17.73%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#146019 (or 0x146019) is known color: Myrtle. HEX triplet: 14, 60 and 19. RGB value is (20,96,25). Sum of RGB (Red+Green+Blue) = 20+96+25=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 96 (37.89% from 255 or 68.09% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 96 - color contains mainly: green. Hex color #146019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146019 is #EB9FE6. Grayscale: #414141. Windows color (decimal): -15441895 or 1662996. OLE color: 1662996.

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

Color convert

RGB 20 96 25 -
CMYK 0.79 0 0.74 0.62
HSL 123.95º 0.66% 0.23% -
HSV(B) 123.95º 0.79% 0.38% -
XYZ 4.65 8.58 2.33 -
YUV 65.18 105.32 95.77 -
System Red Green Blue C M Y K H S L
Decimal 20 96 25 0.79 0 0.74 0.62 123.95 0.66 0.23
Hex 14 60 19 4F 0 4A 3E 7C 42 17
Octal 24 140 31 117 0 112 76 174 102 27
Binary 10100 1100000 11001 1001111 0 1001010 111110 1111100 1000010 10111

Color Harmonies of #146019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146019

Black with #146019

Text Example


Text Example

White with #146019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146019; }

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

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

background-color css

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

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

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

border-color css

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

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

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