Html Css Color HEX #196314 Myrtle

📋 copy color: '#196314'

red 25 ◦ green 99 ◦ blue 20

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

Shades of Myrtle #196314

Tints of Myrtle #196314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 68.75%

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

R = 17.36%
G = 68.75%
B = 13.89%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#196314 (or 0x196314) is known color: Myrtle. HEX triplet: 19, 63 and 14. RGB value is (25,99,20). Sum of RGB (Red+Green+Blue) = 25+99+20=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 99 (39.06% from 255 or 68.75% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 99 - color contains mainly: green. Hex color #196314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196314 is #E69CEB. Grayscale: #444444. Windows color (decimal): -15113452 or 1336089. OLE color: 1336089.

HSL color Cylindrical-coordinate representation of color #196314: hue angle of 116.2º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #196314 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 99 20 -
CMYK 0.75 0 0.80 0.61
HSL 116.2º 0.66% 0.23% -
HSV(B) 116.2º 0.8% 0.39% -
XYZ 4.99 9.18 2.17 -
YUV 67.87 100.98 97.42 -
System Red Green Blue C M Y K H S L
Decimal 25 99 20 0.75 0 0.80 0.61 116.2 0.66 0.23
Hex 19 63 14 4B 0 50 3D 74 42 17
Octal 31 143 24 113 0 120 75 164 102 27
Binary 11001 1100011 10100 1001011 0 1010000 111101 1110100 1000010 10111

Color Harmonies of #196314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196314

Black with #196314

Text Example


Text Example

White with #196314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196314; }

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

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

background-color css

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

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

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

border-color css

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

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

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