#19701C

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

Shades of San Felix #19701C

Tints of San Felix #19701C

Color information

#19701C (or 0x19701C) is unknown color: approx San Felix. HEX triplet: 19, 70 and 1C. RGB value is (25,112,28). Sum of RGB (Red+Green+Blue) = 25+112+28=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #19701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19701C is #E68FE3. Grayscale: #4C4C4C. Windows color (decimal): -15110116 or 1863705. OLE color: 1863705.

HSL color Cylindrical-coordinate representation of color #19701C: hue angle of 122.07º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19701C is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB2511228-
CMYK0.7800.750.56
HSL122.07º63.5%26.86%-
HSV(B)122.07º77.68%43.92%-
XYZ6.411.883.05-
YUV76.41100.6891.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 112 (44.14% from 255) = 67.88%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=15.15%
G=67.88%
B=16.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25112280.7800.750.56122.0763.526.86
Hex19701C4E04B387a401b
Octal311603411601137017210033
Binary110011110000111001001110010010111110001111010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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