Html Css Color HEX #196113 Myrtle

📋 copy color: '#196113'

red 25 ◦ green 97 ◦ blue 19

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

Shades of Myrtle #196113

Tints of Myrtle #196113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 68.79%

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

R = 17.73%
G = 68.79%
B = 13.48%

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

#196113 (or 0x196113) is known color: Myrtle. HEX triplet: 19, 61 and 13. RGB value is (25,97,19). Sum of RGB (Red+Green+Blue) = 25+97+19=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 97 (38.28% from 255 or 68.79% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 97 - color contains mainly: green. Hex color #196113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196113 is #E69EEC. Grayscale: #424242. Windows color (decimal): -15113965 or 1270041. OLE color: 1270041.

HSL color Cylindrical-coordinate representation of color #196113: hue angle of 115.38º 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 #196113 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 97 19 -
CMYK 0.74 0 0.80 0.62
HSL 115.38º 0.67% 0.23% -
HSV(B) 115.38º 0.8% 0.38% -
XYZ 4.79 8.8 2.06 -
YUV 66.58 101.15 98.34 -
System Red Green Blue C M Y K H S L
Decimal 25 97 19 0.74 0 0.80 0.62 115.38 0.67 0.23
Hex 19 61 13 4A 0 50 3E 73 43 17
Octal 31 141 23 112 0 120 76 163 103 27
Binary 11001 1100001 10011 1001010 0 1010000 111110 1110011 1000011 10111

Color Harmonies of #196113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196113

Black with #196113

Text Example


Text Example

White with #196113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196113; }

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

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

background-color css

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

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

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

border-color css

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

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

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