#19631F

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

Shades of San Felix #19631F

Tints of San Felix #19631F

Color information

#19631F (or 0x19631F) is unknown color: approx San Felix. HEX triplet: 19, 63 and 1F. RGB value is (25,99,31). Sum of RGB (Red+Green+Blue) = 25+99+31=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 99 (39.06% from 255 or 63.87% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 99 - color contains mainly: green. Hex color #19631F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19631F is #E69CE0. Grayscale: #454545. Windows color (decimal): -15113441 or 2056985. OLE color: 2056985.

HSL color Cylindrical-coordinate representation of color #19631F: hue angle of 124.86º 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 #19631F is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB259931-
CMYK0.7500.690.61
HSL124.86º59.68%24.31%-
HSV(B)124.86º74.75%38.82%-
XYZ5.119.232.81-
YUV69.12106.4896.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 99 (39.06% from 255) = 63.87%
BLUE value IS 31 (12.5% from 255) = 20%
R=16.13%
G=63.87%
B=20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599310.7500.690.61124.8659.6824.31
Hex19631F4B0453D7d3c18
Octal31143371130105751757430
Binary11001110001111111100101101000101111101111110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19631F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19631F; }

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

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

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

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

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

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

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

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