#19641B

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

Shades of San Felix #19641B

Tints of San Felix #19641B

Color information

#19641B (or 0x19641B) is unknown color: approx San Felix. HEX triplet: 19, 64 and 1B. RGB value is (25,100,27). Sum of RGB (Red+Green+Blue) = 25+100+27=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 100 (39.45% from 255 or 65.79% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 100 - color contains mainly: green. Hex color #19641B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19641B is #E69BE4. Grayscale: #454545. Windows color (decimal): -15113189 or 1795097. OLE color: 1795097.

HSL color Cylindrical-coordinate representation of color #19641B: hue angle of 121.6º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19641B is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB2510027-
CMYK0.7500.730.61
HSL121.6º60%24.51%-
HSV(B)121.6º75%39.22%-
XYZ5.169.42.58-
YUV69.25104.1596.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.45%
GREEN value IS 100 (39.45% from 255) = 65.79%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=16.45%
G=65.79%
B=17.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25100270.7500.730.61121.66024.51
Hex19641B4B0493D7a3c19
Octal31144331130111751727431
Binary11001110010011011100101101001001111101111101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19641B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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