Html Css Color HEX #196012 Myrtle

📋 copy color: '#196012'

red 25 ◦ green 96 ◦ blue 18

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

Shades of Myrtle #196012

Tints of Myrtle #196012

RGB

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

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

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

R = 17.99%
G = 69.06%
B = 12.95%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#196012 (or 0x196012) is known color: Myrtle. HEX triplet: 19, 60 and 12. RGB value is (25,96,18). Sum of RGB (Red+Green+Blue) = 25+96+18=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 96 (37.89% from 255 or 69.06% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 96 - color contains mainly: green. Hex color #196012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196012 is #E69FED. Grayscale: #424242. Windows color (decimal): -15114222 or 1204249. OLE color: 1204249.

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

Color convert

RGB 25 96 18 -
CMYK 0.74 0 0.81 0.62
HSL 114.62º 0.68% 0.22% -
HSV(B) 114.62º 0.81% 0.38% -
XYZ 4.69 8.62 1.99 -
YUV 65.88 100.98 98.84 -
System Red Green Blue C M Y K H S L
Decimal 25 96 18 0.74 0 0.81 0.62 114.62 0.68 0.22
Hex 19 60 12 4A 0 51 3E 73 44 16
Octal 31 140 22 112 0 121 76 163 104 26
Binary 11001 1100000 10010 1001010 0 1010001 111110 1110011 1000100 10110

Color Harmonies of #196012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196012

Black with #196012

Text Example


Text Example

White with #196012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196012; }

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

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

background-color css

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

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

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

border-color css

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

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

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