#19691C

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

Shades of San Felix #19691C

Tints of San Felix #19691C

Color information

#19691C (or 0x19691C) is unknown color: approx San Felix. HEX triplet: 19, 69 and 1C. RGB value is (25,105,28). Sum of RGB (Red+Green+Blue) = 25+105+28=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 105 (41.41% from 255 or 66.46% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 105 - color contains mainly: green. Hex color #19691C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19691C is #E696E3. Grayscale: #484848. Windows color (decimal): -15111908 or 1861913. OLE color: 1861913.

HSL color Cylindrical-coordinate representation of color #19691C: hue angle of 122.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19691C is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB2510528-
CMYK0.7600.730.59
HSL122.25º61.54%25.49%-
HSV(B)122.25º76.19%41.18%-
XYZ5.6610.392.81-
YUV72.310394.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.82%
GREEN value IS 105 (41.41% from 255) = 66.46%
BLUE value IS 28 (11.33% from 255) = 17.72%
R=15.82%
G=66.46%
B=17.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25105280.7600.730.59122.2561.5425.49
Hex19691C4C0493B7a3e19
Octal31151341140111731727631
Binary11001110100111100100110001001001111011111101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19691C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19691C; }

 p { color: rgb(25,105,28); }

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

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

 a { background-color: rgb(25,105,28); }

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

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

 span { border-color: rgb(25,105,28); }

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