Html Css Color HEX #196512 Myrtle

📋 copy color: '#196512'

red 25 ◦ green 101 ◦ blue 18

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

Shades of Myrtle #196512

Tints of Myrtle #196512

RGB

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

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

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

R = 17.36%
G = 70.14%
B = 12.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#196512 (or 0x196512) is known color: Myrtle. HEX triplet: 19, 65 and 12. RGB value is (25,101,18). Sum of RGB (Red+Green+Blue) = 25+101+18=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 101 (39.84% from 255 or 70.14% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 101 - color contains mainly: green. Hex color #196512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196512 is #E69AED. Grayscale: #454545. Windows color (decimal): -15112942 or 1205529. OLE color: 1205529.

HSL color Cylindrical-coordinate representation of color #196512: hue angle of 114.94º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #196512 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 101 18 -
CMYK 0.75 0 0.82 0.60
HSL 114.94º 0.7% 0.23% -
HSV(B) 114.94º 0.82% 0.4% -
XYZ 5.16 9.56 2.14 -
YUV 68.81 99.32 96.75 -
System Red Green Blue C M Y K H S L
Decimal 25 101 18 0.75 0 0.82 0.60 114.94 0.7 0.23
Hex 19 65 12 4B 0 52 3C 73 46 17
Octal 31 145 22 113 0 122 74 163 106 27
Binary 11001 1100101 10010 1001011 0 1010010 111100 1110011 1000110 10111

Color Harmonies of #196512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196512

Black with #196512

Text Example


Text Example

White with #196512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196512; }

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

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

background-color css

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

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

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

border-color css

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

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

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