#19671B

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

Shades of San Felix #19671B

Tints of San Felix #19671B

Color information

#19671B (or 0x19671B) is unknown color: approx San Felix. HEX triplet: 19, 67 and 1B. RGB value is (25,103,27). Sum of RGB (Red+Green+Blue) = 25+103+27=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 103 (40.62% from 255 or 66.45% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 103 - color contains mainly: green. Hex color #19671B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19671B is #E698E4. Grayscale: #474747. Windows color (decimal): -15112421 or 1795865. OLE color: 1795865.

HSL color Cylindrical-coordinate representation of color #19671B: hue angle of 121.54º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19671B is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB2510327-
CMYK0.7600.740.60
HSL121.54º60.94%25.1%-
HSV(B)121.54º75.73%40.39%-
XYZ5.459.992.68-
YUV71.01103.1695.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 103 (40.62% from 255) = 66.45%
BLUE value IS 27 (10.94% from 255) = 17.42%
R=16.13%
G=66.45%
B=17.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25103270.7600.740.60121.5460.9425.1
Hex19671B4C04A3C7a3d19
Octal31147331140112741727531
Binary11001110011111011100110001001010111100111101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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