#13681C

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

Shades of San Felix #13681C

Tints of San Felix #13681C

Color information

#13681C (or 0x13681C) is unknown color: approx San Felix. HEX triplet: 13, 68 and 1C. RGB value is (19,104,28). Sum of RGB (Red+Green+Blue) = 19+104+28=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 104 (41.02% from 255 or 68.87% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 104 - color contains mainly: green. Hex color #13681C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13681C is #EC97E3. Grayscale: #464646. Windows color (decimal): -15505380 or 1861651. OLE color: 1861651.

HSL color Cylindrical-coordinate representation of color #13681C: hue angle of 126.35º 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 #13681C is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB1910428-
CMYK0.8200.730.59
HSL126.35º69.11%24.12%-
HSV(B)126.35º81.73%40.78%-
XYZ5.4310.122.77-
YUV69.92104.3491.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 104 (41.02% from 255) = 68.87%
BLUE value IS 28 (11.33% from 255) = 18.54%
R=12.58%
G=68.87%
B=18.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104280.8200.730.59126.3569.1124.12
Hex13681C520493B7e4518
Octal231503412201117317610530
Binary100111101000111001010010010010011110111111110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13681C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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