Html Css Color HEX #196014 Myrtle

📋 copy color: '#196014'

red 25 ◦ green 96 ◦ blue 20

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

Shades of Myrtle #196014

Tints of Myrtle #196014

RGB

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

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

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

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

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #196014: hue angle of 116.05º 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 #196014 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 96 20 -
CMYK 0.74 0 0.79 0.62
HSL 116.05º 0.66% 0.23% -
HSV(B) 116.05º 0.79% 0.38% -
XYZ 4.71 8.62 2.08 -
YUV 66.11 101.98 98.68 -
System Red Green Blue C M Y K H S L
Decimal 25 96 20 0.74 0 0.79 0.62 116.05 0.66 0.23
Hex 19 60 14 4A 0 4F 3E 74 42 17
Octal 31 140 24 112 0 117 76 164 102 27
Binary 11001 1100000 10100 1001010 0 1001111 111110 1110100 1000010 10111

Color Harmonies of #196014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196014

Black with #196014

Text Example


Text Example

White with #196014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196014; }

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

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

background-color css

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

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

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

border-color css

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

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

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