#13681D

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

Shades of San Felix #13681D

Tints of San Felix #13681D

Color information

#13681D (or 0x13681D) is unknown color: approx San Felix. HEX triplet: 13, 68 and 1D. RGB value is (19,104,29). Sum of RGB (Red+Green+Blue) = 19+104+29=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 104 (41.02% from 255 or 68.42% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 104 - color contains mainly: green. Hex color #13681D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13681D is #EC97E2. Grayscale: #464646. Windows color (decimal): -15505379 or 1927187. OLE color: 1927187.

HSL color Cylindrical-coordinate representation of color #13681D: hue angle of 127.06º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13681D is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB1910429-
CMYK0.8200.720.59
HSL127.06º69.11%24.12%-
HSV(B)127.06º81.73%40.78%-
XYZ5.4410.132.83-
YUV70.04104.8491.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 104 (41.02% from 255) = 68.42%
BLUE value IS 29 (11.72% from 255) = 19.08%
R=12.5%
G=68.42%
B=19.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104290.8200.720.59127.0669.1124.12
Hex13681D520483B7f4518
Octal231503512201107317710530
Binary100111101000111011010010010010001110111111111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13681D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,104,29); }

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

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

 a { background-color: rgb(19,104,29); }

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

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

 span { border-color: rgb(19,104,29); }

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