Html Css Color HEX #196720 San Felix

📋 copy color: '#196720'

red 25 ◦ green 103 ◦ blue 32

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

Shades of San Felix #196720

Tints of San Felix #196720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20%

R = 15.63%
G = 64.38%
B = 20%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#196720 (or 0x196720) is known color: San Felix. HEX triplet: 19, 67 and 20. RGB value is (25,103,32). Sum of RGB (Red+Green+Blue) = 25+103+32=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 103 (40.62% from 255 or 64.38% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 103 - color contains mainly: green. Hex color #196720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196720 is #E698DF. Grayscale: #474747. Windows color (decimal): -15112416 or 2123545. OLE color: 2123545.

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

Color convert

RGB 25 103 32 -
CMYK 0.76 0 0.69 0.60
HSL 125.38º 0.61% 0.25% -
HSV(B) 125.38º 0.76% 0.4% -
XYZ 5.51 10.01 3.01 -
YUV 71.58 105.66 94.77 -
System Red Green Blue C M Y K H S L
Decimal 25 103 32 0.76 0 0.69 0.60 125.38 0.61 0.25
Hex 19 67 20 4C 0 45 3C 7D 3D 19
Octal 31 147 40 114 0 105 74 175 75 31
Binary 11001 1100111 100000 1001100 0 1000101 111100 1111101 111101 11001

Color Harmonies of #196720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196720

Black with #196720

Text Example


Text Example

White with #196720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196720; }

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

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

background-color css

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

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

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

border-color css

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

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

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