#19691B

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

Shades of San Felix #19691B

Tints of San Felix #19691B

Color information

#19691B (or 0x19691B) is unknown color: approx San Felix. HEX triplet: 19, 69 and 1B. RGB value is (25,105,27). Sum of RGB (Red+Green+Blue) = 25+105+27=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 105 (41.41% from 255 or 66.88% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 105 - color contains mainly: green. Hex color #19691B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19691B is #E696E4. Grayscale: #484848. Windows color (decimal): -15111909 or 1796377. OLE color: 1796377.

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

Color convert

RGB2510527-
CMYK0.7600.740.59
HSL121.5º61.54%25.49%-
HSV(B)121.5º76.19%41.18%-
XYZ5.6510.392.74-
YUV72.19102.594.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 105 (41.41% from 255) = 66.88%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=15.92%
G=66.88%
B=17.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25105270.7600.740.59121.561.5425.49
Hex19691B4C04A3B7a3e19
Octal31151331140112731727631
Binary11001110100111011100110001001010111011111101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19691B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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