#19661C

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

Shades of San Felix #19661C

Tints of San Felix #19661C

Color information

#19661C (or 0x19661C) is unknown color: approx San Felix. HEX triplet: 19, 66 and 1C. RGB value is (25,102,28). Sum of RGB (Red+Green+Blue) = 25+102+28=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 102 (40.23% from 255 or 65.81% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 102 - color contains mainly: green. Hex color #19661C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19661C is #E699E3. Grayscale: #464646. Windows color (decimal): -15112676 or 1861145. OLE color: 1861145.

HSL color Cylindrical-coordinate representation of color #19661C: hue angle of 122.34º degrees, saturation: 0.61, 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 #19661C is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB2510228-
CMYK0.7500.730.6
HSL122.34º60.63%24.9%-
HSV(B)122.34º75.49%40%-
XYZ5.369.792.71-
YUV70.54103.9995.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 102 (40.23% from 255) = 65.81%
BLUE value IS 28 (11.33% from 255) = 18.06%
R=16.13%
G=65.81%
B=18.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25102280.7500.730.6122.3460.6324.9
Hex19661C4B0493C7a3d19
Octal31146341130111741727531
Binary11001110011011100100101101001001111100111101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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