#196523

Color #196523 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #196523

Tints of San Felix #196523

Color information

#196523 (or 0x196523) is unknown color: approx 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

RGB2510135-
CMYK0.7500.650.60
HSL127.89º60.32%24.71%-
HSV(B)127.89º75.25%39.61%-
XYZ5.369.643.17-
YUV70.75107.8295.37-

RGB Variations

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

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 (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25101350.7500.650.60127.8960.3224.71
Hex1965234B0413C803c19
Octal31145431130101742007431
Binary1100111001011000111001011010000011111001000000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>