#196219

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

Shades of San Felix #196219

Tints of San Felix #196219

Color information

#196219 (or 0x196219) is unknown color: approx San Felix. HEX triplet: 19, 62 and 19. RGB value is (25,98,25). Sum of RGB (Red+Green+Blue) = 25+98+25=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #196219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196219 is #E69DE6. Grayscale: #444444. Windows color (decimal): -15113703 or 1663513. OLE color: 1663513.

HSL color Cylindrical-coordinate representation of color #196219: hue angle of 120º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #196219 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB259825-
CMYK0.7400.740.62
HSL120º59.35%24.12%-
HSV(B)120º74.49%38.43%-
XYZ4.949.012.4-
YUV67.85103.8297.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.89%
GREEN value IS 98 (38.67% from 255) = 66.22%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=16.89%
G=66.22%
B=16.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2598250.7400.740.6212059.3524.12
Hex1962194A04A3E783b18
Octal31142311120112761707330
Binary11001110001011001100101001001010111110111100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196219; }

 p { color: rgb(25,98,25); }

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

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

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

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

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

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

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