Html Css Color HEX #196013 Myrtle

📋 copy color: '#196013'

red 25 ◦ green 96 ◦ blue 19

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

Shades of Myrtle #196013

Tints of Myrtle #196013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.57%

R = 17.86%
G = 68.57%
B = 13.57%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#196013 (or 0x196013) is known color: Myrtle. HEX triplet: 19, 60 and 13. RGB value is (25,96,19). Sum of RGB (Red+Green+Blue) = 25+96+19=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 96 (37.89% from 255 or 68.57% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 96 - color contains mainly: green. Hex color #196013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196013 is #E69FEC. Grayscale: #424242. Windows color (decimal): -15114221 or 1269785. OLE color: 1269785.

HSL color Cylindrical-coordinate representation of color #196013: hue angle of 115.32º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #196013 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 96 19 -
CMYK 0.74 0 0.80 0.62
HSL 115.32º 0.67% 0.23% -
HSV(B) 115.32º 0.8% 0.38% -
XYZ 4.7 8.62 2.03 -
YUV 65.99 101.48 98.76 -
System Red Green Blue C M Y K H S L
Decimal 25 96 19 0.74 0 0.80 0.62 115.32 0.67 0.23
Hex 19 60 13 4A 0 50 3E 73 43 17
Octal 31 140 23 112 0 120 76 163 103 27
Binary 11001 1100000 10011 1001010 0 1010000 111110 1110011 1000011 10111

Color Harmonies of #196013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196013

Black with #196013

Text Example


Text Example

White with #196013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196013; }

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

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

background-color css

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

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

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

border-color css

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

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

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