Html Css Color HEX #196523 San Felix

📋 copy color: '#196523'

red 25 ◦ green 101 ◦ blue 35

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

Shades of San Felix #196523

Tints of San Felix #196523

RGB

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

 GREEN value IS 101 (39.84% from 255) = 62.73%

 BLUE value IS 35 (14.06% from 255) = 21.74%

R = 15.53%
G = 62.73%
B = 21.74%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#196523 (or 0x196523) is known color: San Felix. HEX triplet: 19, 65 and 23. RGB value is (25,101,35). Sum of RGB (Red+Green+Blue) = 25+101+35=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 101 (39.84% from 255 or 62.73% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 101 - color contains mainly: green. Hex color #196523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196523 is #E69ADC. Grayscale: #464646. Windows color (decimal): -15112925 or 2319641. OLE color: 2319641.

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

Color convert

RGB 25 101 35 -
CMYK 0.75 0 0.65 0.60
HSL 127.89º 0.6% 0.25% -
HSV(B) 127.89º 0.75% 0.4% -
XYZ 5.36 9.64 3.17 -
YUV 70.75 107.82 95.37 -
System Red Green Blue C M Y K H S L
Decimal 25 101 35 0.75 0 0.65 0.60 127.89 0.6 0.25
Hex 19 65 23 4B 0 41 3C 80 3C 19
Octal 31 145 43 113 0 101 74 200 74 31
Binary 11001 1100101 100011 1001011 0 1000001 111100 10000000 111100 11001

Color Harmonies of #196523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196523

Black with #196523

Text Example


Text Example

White with #196523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196523; }

 p { color: rgb(25,101,35); }

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

background-color css

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

 a { background-color: rgb(25,101,35); }

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

border-color css

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

 span { border-color: rgb(25,101,35); }

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