#196515

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

Shades of San Felix #196515

Tints of San Felix #196515

Color information

#196515 (or 0x196515) is unknown color: approx San Felix. HEX triplet: 19, 65 and 15. RGB value is (25,101,21). Sum of RGB (Red+Green+Blue) = 25+101+21=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 101 (39.84% from 255 or 68.71% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 101 - color contains mainly: green. Hex color #196515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196515 is #E69AEA. Grayscale: #454545. Windows color (decimal): -15112939 or 1402137. OLE color: 1402137.

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

Color convert

RGB2510121-
CMYK0.7500.790.60
HSL117º65.57%23.92%-
HSV(B)117º79.21%39.61%-
XYZ5.199.572.28-
YUV69.16100.8296.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.01%
GREEN value IS 101 (39.84% from 255) = 68.71%
BLUE value IS 21 (8.59% from 255) = 14.29%
R=17.01%
G=68.71%
B=14.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25101210.7500.790.6011765.5723.92
Hex1965154B04F3C754218
Octal311452511301177416510230
Binary110011100101101011001011010011111111001110101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196515; }

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

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

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

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

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

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

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

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