#19611D

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

Shades of San Felix #19611D

Tints of San Felix #19611D

Color information

#19611D (or 0x19611D) is unknown color: approx San Felix. HEX triplet: 19, 61 and 1D. RGB value is (25,97,29). Sum of RGB (Red+Green+Blue) = 25+97+29=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 97 (38.28% from 255 or 64.24% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 97 - color contains mainly: green. Hex color #19611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19611D is #E69EE2. Grayscale: #434343. Windows color (decimal): -15113955 or 1925401. OLE color: 1925401.

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

Color convert

RGB259729-
CMYK0.7400.700.62
HSL123.33º59.02%23.92%-
HSV(B)123.33º74.23%38.04%-
XYZ4.98.842.61-
YUV67.72106.1597.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.56%
GREEN value IS 97 (38.28% from 255) = 64.24%
BLUE value IS 29 (11.72% from 255) = 19.21%
R=16.56%
G=64.24%
B=19.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2597290.7400.700.62123.3359.0223.92
Hex19611D4A0463E7b3b18
Octal31141351120106761737330
Binary11001110000111101100101001000110111110111101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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