#19611E

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

Shades of San Felix #19611E

Tints of San Felix #19611E

Color information

#19611E (or 0x19611E) is unknown color: approx San Felix. HEX triplet: 19, 61 and 1E. RGB value is (25,97,30). Sum of RGB (Red+Green+Blue) = 25+97+30=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #19611E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19611E is #E69EE1. Grayscale: #444444. Windows color (decimal): -15113954 or 1990937. OLE color: 1990937.

HSL color Cylindrical-coordinate representation of color #19611E: hue angle of 124.17º 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 #19611E is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB259730-
CMYK0.7400.690.62
HSL124.17º59.02%23.92%-
HSV(B)124.17º74.23%38.04%-
XYZ4.918.852.68-
YUV67.83106.6597.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.45%
GREEN value IS 97 (38.28% from 255) = 63.82%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=16.45%
G=63.82%
B=19.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2597300.7400.690.62124.1759.0223.92
Hex19611E4A0453E7c3b18
Octal31141361120105761747330
Binary11001110000111110100101001000101111110111110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19611E; }

 p { color: rgb(25,97,30); }

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

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

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

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

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

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

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