#13691C

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

Shades of San Felix #13691C

Tints of San Felix #13691C

Color information

#13691C (or 0x13691C) is unknown color: approx San Felix. HEX triplet: 13, 69 and 1C. RGB value is (19,105,28). Sum of RGB (Red+Green+Blue) = 19+105+28=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 105 (41.41% from 255 or 69.08% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 105 - color contains mainly: green. Hex color #13691C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13691C is #EC96E3. Grayscale: #464646. Windows color (decimal): -15505124 or 1861907. OLE color: 1861907.

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

Color convert

RGB1910528-
CMYK0.8200.730.59
HSL126.28º69.35%24.31%-
HSV(B)126.28º81.9%41.18%-
XYZ5.5310.332.8-
YUV70.51104.0191.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 105 (41.41% from 255) = 69.08%
BLUE value IS 28 (11.33% from 255) = 18.42%
R=12.5%
G=69.08%
B=18.42%

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
Decimal19105280.8200.730.59126.2869.3524.31
Hex13691C520493B7e4518
Octal231513412201117317610530
Binary100111101001111001010010010010011110111111110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13691C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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