Html Css Color HEX #196713 San Felix

📋 copy color: '#196713'

red 25 ◦ green 103 ◦ blue 19

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

Shades of San Felix #196713

Tints of San Felix #196713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 70.07%

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

R = 17.01%
G = 70.07%
B = 12.93%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#196713 (or 0x196713) is known color: San Felix. HEX triplet: 19, 67 and 13. RGB value is (25,103,19). Sum of RGB (Red+Green+Blue) = 25+103+19=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 103 (40.62% from 255 or 70.07% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 103 - color contains mainly: green. Hex color #196713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196713 is #E698EC. Grayscale: #464646. Windows color (decimal): -15112429 or 1271577. OLE color: 1271577.

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

Color convert

RGB 25 103 19 -
CMYK 0.76 0 0.82 0.60
HSL 115.71º 0.69% 0.24% -
HSV(B) 115.71º 0.82% 0.4% -
XYZ 5.37 9.95 2.25 -
YUV 70.1 99.16 95.83 -
System Red Green Blue C M Y K H S L
Decimal 25 103 19 0.76 0 0.82 0.60 115.71 0.69 0.24
Hex 19 67 13 4C 0 52 3C 74 45 18
Octal 31 147 23 114 0 122 74 164 105 30
Binary 11001 1100111 10011 1001100 0 1010010 111100 1110100 1000101 11000

Color Harmonies of #196713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196713

Black with #196713

Text Example


Text Example

White with #196713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196713; }

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

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

background-color css

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

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

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

border-color css

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

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

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