Html Css Color HEX #196514 Myrtle

📋 copy color: '#196514'

red 25 ◦ green 101 ◦ blue 20

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

Shades of Myrtle #196514

Tints of Myrtle #196514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 69.18%

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

R = 17.12%
G = 69.18%
B = 13.7%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#196514 (or 0x196514) is known color: Myrtle. HEX triplet: 19, 65 and 14. RGB value is (25,101,20). Sum of RGB (Red+Green+Blue) = 25+101+20=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 101 (39.84% from 255 or 69.18% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 101 - color contains mainly: green. Hex color #196514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196514 is #E69AEB. Grayscale: #454545. Windows color (decimal): -15112940 or 1336601. OLE color: 1336601.

HSL color Cylindrical-coordinate representation of color #196514: hue angle of 116.3º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #196514 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 101 20 -
CMYK 0.75 0 0.80 0.60
HSL 116.3º 0.67% 0.24% -
HSV(B) 116.3º 0.8% 0.4% -
XYZ 5.18 9.56 2.23 -
YUV 69.04 100.32 96.59 -
System Red Green Blue C M Y K H S L
Decimal 25 101 20 0.75 0 0.80 0.60 116.3 0.67 0.24
Hex 19 65 14 4B 0 50 3C 74 43 18
Octal 31 145 24 113 0 120 74 164 103 30
Binary 11001 1100101 10100 1001011 0 1010000 111100 1110100 1000011 11000

Color Harmonies of #196514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196514

Black with #196514

Text Example


Text Example

White with #196514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196514; }

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

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

background-color css

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

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

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

border-color css

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

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

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