#19691A

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

Shades of San Felix #19691A

Tints of San Felix #19691A

Color information

#19691A (or 0x19691A) is unknown color: approx San Felix. HEX triplet: 19, 69 and 1A. RGB value is (25,105,26). Sum of RGB (Red+Green+Blue) = 25+105+26=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 105 (41.41% from 255 or 67.31% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 105 - color contains mainly: green. Hex color #19691A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19691A is #E696E5. Grayscale: #484848. Windows color (decimal): -15111910 or 1730841. OLE color: 1730841.

HSL color Cylindrical-coordinate representation of color #19691A: hue angle of 120.75º 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 #19691A is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB2510526-
CMYK0.7600.750.59
HSL120.75º61.54%25.49%-
HSV(B)120.75º76.19%41.18%-
XYZ5.6410.382.68-
YUV72.0710294.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 105 (41.41% from 255) = 67.31%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=16.03%
G=67.31%
B=16.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25105260.7600.750.59120.7561.5425.49
Hex19691A4C04B3B793e19
Octal31151321140113731717631
Binary11001110100111010100110001001011111011111100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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