#196323

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

Shades of San Felix #196323

Tints of San Felix #196323

Color information

#196323 (or 0x196323) is unknown color: approx San Felix. HEX triplet: 19, 63 and 23. RGB value is (25,99,35). Sum of RGB (Red+Green+Blue) = 25+99+35=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 99 (39.06% from 255 or 62.26% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 99 - color contains mainly: green. Hex color #196323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196323 is #E69CDC. Grayscale: #454545. Windows color (decimal): -15113437 or 2319129. OLE color: 2319129.

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

Color convert

RGB259935-
CMYK0.7500.650.61
HSL128.11º59.68%24.31%-
HSV(B)128.11º74.75%38.82%-
XYZ5.179.253.1-
YUV69.58108.4896.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.72%
GREEN value IS 99 (39.06% from 255) = 62.26%
BLUE value IS 35 (14.06% from 255) = 22.01%
R=15.72%
G=62.26%
B=22.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599350.7500.650.61128.1159.6824.31
Hex1963234B0413D803c18
Octal31143431130101752007430
Binary1100111000111000111001011010000011111011000000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196323; }

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

 H1.HeaderClassName
 {
   color: #196323;
 }
 .AnyTagClassName
 {
   color: #196323;
 }
</style>
background-color css

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

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

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

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

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

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